X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/cb4f99fef27bfe2269f688fd4d0a3f8ee0149de4..41f13ac73a740b16bce708b23db8b2cdb6d24d1f:/.rubocop.yml 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