X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c1c459734d96736d1f4a5a14ec2570bcfd2cf83d..04c697b468057d1a3604694e7ead9d2c6efd1dfa:/.rubocop.yml diff --git a/.rubocop.yml b/.rubocop.yml index 200ab8a00..5ffc61c41 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -4,6 +4,7 @@ require: - rubocop-minitest - rubocop-performance - rubocop-rails + - rubocop-rake AllCops: TargetRubyVersion: 2.7 @@ -54,7 +55,10 @@ Rails/HasManyOrHasOneDependent: Rails/HttpPositionalArguments: Enabled: false -Rails/InverseOf: +Rails/MigrationClassName: + Enabled: false + +Rails/ReflectionClassName: Enabled: false Rails/SkipsModelValidations: