Skip to content

Commit

Permalink
I prefer explicit parenthesis.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Dec 28, 2023
1 parent 4923679 commit 555da0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,4 @@ Style/ExpandPathArguments: { Enabled: false } # Offense count: 5
Style/FrozenStringLiteralComment: { Enabled: false } # Offense count: 42
Style/MixinUsage: { Exclude: ['spec/spec_helper.rb'] } # Offense count: 1
Layout/LineLength: { Enabled: false }
Style/RedundantParentheses: { Enabled: false }

0 comments on commit 555da0d

Please sign in to comment.