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/CreateTableWithTimestamps:
Enabled: false
+Rails/FindBy:
+ IgnoreWhereFirst: false
+
Rails/FindEach:
Enabled: false