Increase Metrics/BlockLength limit for install_args

Instead of disabling the cop for that block
This commit is contained in:
Lukas Oberhuber 2022-07-26 19:27:23 +01:00
parent a578068dd5
commit c442250304

View File

@ -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"