X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/b7d6243affd4ca09c076847135f9f801ed33a426..04c697b468057d1a3604694e7ead9d2c6efd1dfa:/.rubocop.yml diff --git a/.rubocop.yml b/.rubocop.yml index 9b7a28d87..5ffc61c41 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -4,9 +4,10 @@ require: - rubocop-minitest - rubocop-performance - rubocop-rails + - rubocop-rake AllCops: - TargetRubyVersion: 2.5 + TargetRubyVersion: 2.7 NewCops: enable Exclude: - 'vendor/**/*' @@ -54,7 +55,10 @@ Rails/HasManyOrHasOneDependent: Rails/HttpPositionalArguments: Enabled: false -Rails/InverseOf: +Rails/MigrationClassName: + Enabled: false + +Rails/ReflectionClassName: Enabled: false Rails/SkipsModelValidations: