X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/ef12e7d4722e87aa01e70a4a4f4fa52acc031306..747f6c02ecc6f3c30013f18d40d70f647738a9f0:/.rubocop.yml diff --git a/.rubocop.yml b/.rubocop.yml index dc7590df3..65db8a6a5 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -96,12 +96,6 @@ 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