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:
|
Metrics/AbcSize:
|
||||||
Max: 280
|
Max: 280
|
||||||
Metrics/BlockLength:
|
Metrics/BlockLength:
|
||||||
Max: 106
|
Max: 111
|
||||||
Exclude:
|
Exclude:
|
||||||
# TODO: extract more of the bottling logic
|
# TODO: extract more of the bottling logic
|
||||||
- "dev-cmd/bottle.rb"
|
- "dev-cmd/bottle.rb"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user