Don't look at minitest files in rspec cop.
This commit is contained in:
parent
1ab185543f
commit
7e1732e6b9
1 changed files with 4 additions and 0 deletions
|
@ -328,6 +328,10 @@ Lint/UnusedMethodArgument:
|
|||
RSpec/NestedGroups:
|
||||
Max: 6
|
||||
|
||||
RSpec/Rails/AvoidSetupHook:
|
||||
Exclude:
|
||||
- "test/**/*"
|
||||
|
||||
Zammad/PreferNegatedIfOverUnless:
|
||||
Exclude:
|
||||
- 'bin/rspec'
|
||||
|
|
Loading…
Reference in a new issue