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

This commit is contained in:
File Sync 2022-01-20 03:55:15 +00:00
parent 23eeb639b2
commit 4cf94c9eb6
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