format-staged/.rubocop.yml

13 lines
256 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
- spec/**/*.rb