Increase Metrics/BlockLength limit for install_args
Instead of disabling the cop for that block
This commit is contained in:
parent
a578068dd5
commit
c442250304
@ -16,7 +16,7 @@ Lint/NestedMethodDefinition:
|
||||
Metrics/AbcSize:
|
||||
Max: 280
|
||||
Metrics/BlockLength:
|
||||
Max: 106
|
||||
Max: 111
|
||||
Exclude:
|
||||
# TODO: extract more of the bottling logic
|
||||
- "dev-cmd/bottle.rb"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user