Drop rubocop config patch now that rubocop-factory_bot is fixed

This commit is contained in:
Tom Hughes 2023-09-19 11:32:23 +01:00
parent 20e03c73bb
commit 926229e286

View file

@ -17,11 +17,6 @@ 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