diff --git a/.rubocop.yml b/.rubocop.yml index 8b2f779e..f06f2e17 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -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 }