X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/45487e1ff8e7d334792440a2b5b3b1067269bfaf..6f0477ee72cb9f2c780342413bd6314eacb22d22:/.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