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/**/*'
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
Rails/HttpPositionalArguments:
Enabled: false
-Rails/InverseOf:
- Enabled: false
-
Rails/ReflectionClassName:
Enabled: false