X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/ef12e7d4722e87aa01e70a4a4f4fa52acc031306..9389a7698a5c44a5ec7796fdb24bd6eee3dbd0d6:/.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