X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/865d20af80a70929c761e3ea6d1010669bb4ed62..38b74c1c48521c3de988b774117d6f9febcf1c3f:/.rubocop.yml diff --git a/.rubocop.yml b/.rubocop.yml index 200ab8a00..cfa31cc04 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,9 +1,11 @@ inherit_from: .rubocop_todo.yml require: + - rubocop-capybara - rubocop-minitest - rubocop-performance - rubocop-rails + - rubocop-rake AllCops: TargetRubyVersion: 2.7 @@ -54,7 +56,7 @@ Rails/HasManyOrHasOneDependent: Rails/HttpPositionalArguments: Enabled: false -Rails/InverseOf: +Rails/ReflectionClassName: Enabled: false Rails/SkipsModelValidations: