Skip to content

Commit

Permalink
Update .rubocop.yml from dry-rb/template-gem
Browse files Browse the repository at this point in the history
  • Loading branch information
File Sync committed Jan 20, 2022
1 parent 6a48ae1 commit 1d896a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,9 @@ Style/DoubleNegation:
Style/MultilineBlockChain:
Enabled: false

Style/NumberedParametersLimit:
Max: 2

Lint/UnusedBlockArgument:
Exclude:
- "spec/**/*.rb"
Expand Down Expand Up @@ -257,6 +260,3 @@ Naming/VariableNumber:

Naming/BinaryOperatorParameterName:
Enabled: false

Style/NumberedParametersLimit:
Max: 2

0 comments on commit 1d896a3

Please sign in to comment.