X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/04c697b468057d1a3604694e7ead9d2c6efd1dfa..6f0477ee72cb9f2c780342413bd6314eacb22d22:/.rubocop.yml diff --git a/.rubocop.yml b/.rubocop.yml index 5ffc61c41..dc7590df3 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -55,9 +55,6 @@ Rails/HasManyOrHasOneDependent: Rails/HttpPositionalArguments: Enabled: false -Rails/MigrationClassName: - Enabled: false - Rails/ReflectionClassName: Enabled: false @@ -99,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