X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/865d20af80a70929c761e3ea6d1010669bb4ed62..0abd8ea78d8ea37f14145c973a523ef53bca84ef:/.rubocop.yml diff --git a/.rubocop.yml b/.rubocop.yml index 200ab8a00..65db8a6a5 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,7 @@ Rails/HasManyOrHasOneDependent: Rails/HttpPositionalArguments: Enabled: false -Rails/InverseOf: +Rails/ReflectionClassName: Enabled: false Rails/SkipsModelValidations: