X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/8c1d561b94b1b19d08286afac82409ac697ab31b..0322ed4295702d5842632af959ecf1ae00fa1983:/.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: