X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/1affed4b2d93f4259509a5bb674f7c0b00b850f9..6892ccd0155b431cc567b4744b1e2759df3e8c68:/.rubocop.yml diff --git a/.rubocop.yml b/.rubocop.yml index 200ab8a00..97bb72e0a 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.7 + TargetRubyVersion: 3.0 NewCops: enable Exclude: - 'vendor/**/*' @@ -34,6 +37,9 @@ Metrics/ClassLength: Metrics/ModuleLength: Max: 150 +Minitest/MultipleAssertions: + Enabled: false + Naming/FileName: Exclude: - 'script/deliver-message' @@ -45,6 +51,9 @@ Naming/MethodParameterName: Rails/CreateTableWithTimestamps: Enabled: false +Rails/FindBy: + IgnoreWhereFirst: false + Rails/FindEach: Enabled: false @@ -54,7 +63,7 @@ Rails/HasManyOrHasOneDependent: Rails/HttpPositionalArguments: Enabled: false -Rails/InverseOf: +Rails/ReflectionClassName: Enabled: false Rails/SkipsModelValidations: