X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/e222329d043592af299eed12cf6ad16969c1b46f..0abd8ea78d8ea37f14145c973a523ef53bca84ef:/.rubocop.yml diff --git a/.rubocop.yml b/.rubocop.yml index 628589d69..65db8a6a5 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -7,7 +7,7 @@ require: - rubocop-rake AllCops: - TargetRubyVersion: 2.5 + TargetRubyVersion: 2.7 NewCops: enable Exclude: - 'vendor/**/*' @@ -55,9 +55,6 @@ Rails/HasManyOrHasOneDependent: Rails/HttpPositionalArguments: Enabled: false -Rails/InverseOf: - Enabled: false - Rails/ReflectionClassName: Enabled: false