diff options
-rw-r--r-- | .rubocop.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index affdc3b66..b30000672 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -239,6 +239,9 @@ Style/RedundantConstantBase: Exclude: - 'config/environments/production.rb' +Style/RedundantParentheses: + Enabled: false + Style/Semicolon: Enabled: false |