X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/b7d6243affd4ca09c076847135f9f801ed33a426..6bb178a07992336dea0237aebcc142166bd6f1d3:/.rubocop.yml diff --git a/.rubocop.yml b/.rubocop.yml index 9b7a28d87..dc2a33a35 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,12 +1,15 @@ inherit_from: .rubocop_todo.yml require: + - rubocop-capybara + - rubocop-factory_bot - rubocop-minitest - rubocop-performance - rubocop-rails + - rubocop-rake AllCops: - TargetRubyVersion: 2.5 + TargetRubyVersion: 3.0 NewCops: enable Exclude: - 'vendor/**/*' @@ -54,7 +57,7 @@ Rails/HasManyOrHasOneDependent: Rails/HttpPositionalArguments: Enabled: false -Rails/InverseOf: +Rails/ReflectionClassName: Enabled: false Rails/SkipsModelValidations: