Exclude test files from a Layout RuboCop cop
This commit is contained in:
parent
eb4d91d5e5
commit
c5d4bbd434
|
@ -52,6 +52,10 @@ Layout/MultilineOperationIndentation:
|
|||
EnforcedStyle: indented
|
||||
Layout/SpaceAroundMethodCallOperator:
|
||||
Enabled: true
|
||||
Layout/SpaceInsideHashLiteralBraces:
|
||||
Enabled: true
|
||||
Exclude:
|
||||
- test/**/*.rb
|
||||
|
||||
Lint/BinaryOperatorWithIdenticalOperands:
|
||||
Enabled: true
|
||||
|
|
Loading…
Reference in New Issue