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
Metrics/ModuleLength:
Max: 150
+Minitest/MultipleAssertions:
+ Enabled: false
+
Naming/FileName:
Exclude:
- 'script/deliver-message'
Rails/CreateTableWithTimestamps:
Enabled: false
+Rails/FindBy:
+ IgnoreWhereFirst: false
+
Rails/FindEach:
Enabled: false