Update .rubocop.yml from dry-rb/template-gem

This commit is contained in:
File Sync 2022-01-20 03:55:20 +00:00
parent 6abc87c949
commit 14b5dd98b8
1 changed files with 3 additions and 3 deletions

View File

@ -217,6 +217,9 @@ Style/DoubleNegation:
Style/MultilineBlockChain:
Enabled: false
Style/NumberedParametersLimit:
Max: 2
Lint/UnusedBlockArgument:
Exclude:
- "spec/**/*.rb"
@ -257,6 +260,3 @@ Naming/VariableNumber:
Naming/BinaryOperatorParameterName:
Enabled: false
Style/NumberedParametersLimit:
Max: 2