Rubocop config

This commit is contained in:
Sven Weidauer 2022-05-29 09:54:52 +02:00
parent 98302d88ea
commit 664cb4d690

View file

@ -3,3 +3,11 @@ AllCops:
TargetRubyVersion: 2.7
Exclude:
- "vendor/**/*"
Metrics/MethodLength:
Max: 15
Metrics/BlockLength:
Exclude:
- bin/git-format-staged # Long block for option parser is ok