X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/c3cc8ea541542d3c983befb326c38b8edf56166c..6bbd8490feee13e2a2f5e2c0c0673a18f244e2dc:/.rubocop.yml?ds=inline diff --git a/.rubocop.yml b/.rubocop.yml index 1931eb55f..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,7 +55,7 @@ Rails/HasManyOrHasOneDependent: Rails/HttpPositionalArguments: Enabled: false -Rails/InverseOf: +Rails/ReflectionClassName: Enabled: false Rails/SkipsModelValidations: