X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/8c1d561b94b1b19d08286afac82409ac697ab31b..cb4f99fef27bfe2269f688fd4d0a3f8ee0149de4:/.rubocop.yml diff --git a/.rubocop.yml b/.rubocop.yml index 1931eb55f..f8060f948 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,13 +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/**/*' @@ -15,6 +17,11 @@ AllCops: Rails: Enabled: true +# Config can be removed after https://github.com/rubocop/rubocop-factory_bot/issues/53 +FactoryBot/AssociationStyle: + Include: + - 'test/factories/**/*' + Layout/ExtraSpacing: AllowForAlignment: true @@ -55,7 +62,7 @@ Rails/HasManyOrHasOneDependent: Rails/HttpPositionalArguments: Enabled: false -Rails/InverseOf: +Rails/ReflectionClassName: Enabled: false Rails/SkipsModelValidations: