Skip to content

Commit 555da0d

Browse files
committed
I prefer explicit parenthesis.
1 parent 4923679 commit 555da0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.rubocop.yml

+1
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,4 @@ Style/ExpandPathArguments: { Enabled: false } # Offense count: 5
8484
Style/FrozenStringLiteralComment: { Enabled: false } # Offense count: 42
8585
Style/MixinUsage: { Exclude: ['spec/spec_helper.rb'] } # Offense count: 1
8686
Layout/LineLength: { Enabled: false }
87+
Style/RedundantParentheses: { Enabled: false }

0 commit comments

Comments
 (0)