X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/45487e1ff8e7d334792440a2b5b3b1067269bfaf..5a5e62969338f081488c28cb0af9da1c43f9d4c4:/.rubocop.yml diff --git a/.rubocop.yml b/.rubocop.yml index 65db8a6a5..dc7590df3 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -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