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
|
EnforcedStyle: indented
|
||||||
Layout/SpaceAroundMethodCallOperator:
|
Layout/SpaceAroundMethodCallOperator:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
|
Layout/SpaceInsideHashLiteralBraces:
|
||||||
|
Enabled: true
|
||||||
|
Exclude:
|
||||||
|
- test/**/*.rb
|
||||||
|
|
||||||
Lint/BinaryOperatorWithIdenticalOperands:
|
Lint/BinaryOperatorWithIdenticalOperands:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
|
|
Loading…
Reference in New Issue