From: Tom Hughes Date: Tue, 19 Sep 2023 10:32:23 +0000 (+0100) Subject: Drop rubocop config patch now that rubocop-factory_bot is fixed X-Git-Tag: live~535 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/926229e286520ed23fb5e8add94c6048aa592412 Drop rubocop config patch now that rubocop-factory_bot is fixed --- diff --git a/.rubocop.yml b/.rubocop.yml index f8060f948..dc2a33a35 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -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