format-staged/.rubocop.yml
2022-05-29 09:54:52 +02:00

13 lines
No EOL
241 B
YAML

AllCops:
NewCops: enable
TargetRubyVersion: 2.7
Exclude:
- "vendor/**/*"
Metrics/MethodLength:
Max: 15
Metrics/BlockLength:
Exclude:
- bin/git-format-staged # Long block for option parser is ok