]> git.openstreetmap.org Git - rails.git/commitdiff
Drop rubocop config patch now that rubocop-factory_bot is fixed
authorTom Hughes <tom@compton.nu>
Tue, 19 Sep 2023 10:32:23 +0000 (11:32 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 19 Sep 2023 10:33:03 +0000 (11:33 +0100)
.rubocop.yml

index f8060f9484cc72939fd84e9ac2f94a98804468b4..dc2a33a35b05d863e828a7afd5649ec8461534b4 100644 (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