Skip to content

Commit

Permalink
Disable some Style/RedundantCondition corrections temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed May 7, 2022
1 parent b525cf5 commit 801283f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .rubocop.yml
Expand Up @@ -96,6 +96,12 @@ Style/MixinUsage:
- 'bin/setup'
- 'bin/update'

Style/RedundantCondition:
Exclude:
- 'app/controllers/messages_controller.rb'
- 'app/controllers/sessions_controller.rb'
- 'app/controllers/users_controller.rb'

Style/StringLiterals:
EnforcedStyle: double_quotes

Expand Down

0 comments on commit 801283f

Please sign in to comment.