X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/0e78061cdba5cfb3f299f57b7643d2b396ee235b..38b74c1c48521c3de988b774117d6f9febcf1c3f:/.rubocop.yml diff --git a/.rubocop.yml b/.rubocop.yml index 9b7a28d87..cfa31cc04 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,12 +1,14 @@ inherit_from: .rubocop_todo.yml require: + - rubocop-capybara - rubocop-minitest - rubocop-performance - rubocop-rails + - rubocop-rake AllCops: - TargetRubyVersion: 2.5 + TargetRubyVersion: 2.7 NewCops: enable Exclude: - 'vendor/**/*' @@ -54,7 +56,7 @@ Rails/HasManyOrHasOneDependent: Rails/HttpPositionalArguments: Enabled: false -Rails/InverseOf: +Rails/ReflectionClassName: Enabled: false Rails/SkipsModelValidations: