X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/e222329d043592af299eed12cf6ad16969c1b46f..c3c3fc4d1d9395a7db93984952fd5a0eb7347b9d:/.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