Rubocop config
This commit is contained in:
parent
98302d88ea
commit
664cb4d690
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
Loading…
Add table
Reference in a new issue