- 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