Exclude test files from a Layout RuboCop cop

This commit is contained in:
Ashwin Maroli
2020-09-23 20:45:30 +05:30
parent eb4d91d5e5
commit c5d4bbd434

View File

@@ -52,6 +52,10 @@ Layout/MultilineOperationIndentation:
EnforcedStyle: indented
Layout/SpaceAroundMethodCallOperator:
Enabled: true
Layout/SpaceInsideHashLiteralBraces:
Enabled: true
Exclude:
- test/**/*.rb
Lint/BinaryOperatorWithIdenticalOperands:
Enabled: true