Skip to content

Commit 081cc40

Browse files
committed
chore: ✨ add rubocop test
1 parent 84e11f2 commit 081cc40

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

backend/.rubocop.test.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
AllCops:
2+
Include:
3+
- 'tests/**/*.rb'
4+
5+
plugins:
6+
- rubocop-rspec
7+
8+
RSpec/ExampleLength:
9+
Enabled: false
10+
11+
RSpec/EmptyExampleGroup:
12+
Enabled: false
13+
14+
RSpec/MultipleExpectations:
15+
Enabled: false
16+
17+
RSpec/SpecFilePathFormat:
18+
Enabled: false
19+
20+
RSpec/LeakyConstantDeclaration:
21+
Enabled: false
22+
23+
RSpec/BeforeAfterAll:
24+
Enabled: false

0 commit comments

Comments
 (0)