X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/8c1d561b94b1b19d08286afac82409ac697ab31b..08e2a06e41eabddf029f5396d516bf683f749448:/.rubocop.yml diff --git a/.rubocop.yml b/.rubocop.yml index 1931eb55f..aa60df305 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/**/*' @@ -58,6 +58,9 @@ Rails/HttpPositionalArguments: Rails/InverseOf: Enabled: false +Rails/ReflectionClassName: + Enabled: false + Rails/SkipsModelValidations: Exclude: - 'db/migrate/*.rb'