X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c3cc8ea541542d3c983befb326c38b8edf56166c..d41d52877ed68902c45231a89715470774e7f944:/.rubocop.yml diff --git a/.rubocop.yml b/.rubocop.yml index 1931eb55f..cfa31cc04 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,13 +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/**/*' @@ -55,7 +56,7 @@ Rails/HasManyOrHasOneDependent: Rails/HttpPositionalArguments: Enabled: false -Rails/InverseOf: +Rails/ReflectionClassName: Enabled: false Rails/SkipsModelValidations: