We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4923679 commit 555da0dCopy full SHA for 555da0d
.rubocop.yml
@@ -84,3 +84,4 @@ Style/ExpandPathArguments: { Enabled: false } # Offense count: 5
84
Style/FrozenStringLiteralComment: { Enabled: false } # Offense count: 42
85
Style/MixinUsage: { Exclude: ['spec/spec_helper.rb'] } # Offense count: 1
86
Layout/LineLength: { Enabled: false }
87
+Style/RedundantParentheses: { Enabled: false }
0 commit comments