Skip to content

Commit

Permalink
Merge pull request #70 from voxpupuli/optionalboolean
Browse files Browse the repository at this point in the history
rubocop: Disable Style/OptionalBooleanParameter
  • Loading branch information
bastelfreak authored Mar 12, 2022
2 parents 4aacac7 + dcaffba commit 8327b8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,8 @@ Style/RedundantArgument: # (new in 1.4)
Enabled: true
Style/SwapValues: # (new in 1.1)
Enabled: true
Style/OptionalBooleanParameter:
Enabled: false
Layout/LineEndStringConcatenationIndentation: # new in 1.18
Enabled: true
Lint/AmbiguousOperatorPrecedence: # new in 1.21
Expand Down

0 comments on commit 8327b8e

Please sign in to comment.