Skip to content

Commit

Permalink
rubocop: Disable Style/OptionalBooleanParameter
Browse files Browse the repository at this point in the history
  • Loading branch information
root-expert committed Mar 11, 2022
1 parent 8973588 commit dcaffba
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 @@ -614,6 +614,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 dcaffba

Please sign in to comment.