X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/925d12cc8176414d0f9531832862a5825783d132..368465287ddb97df450c13b35dcd2c59ecedd36d:/.rubocop.yml diff --git a/.rubocop.yml b/.rubocop.yml index dc2a33a35..f8060f948 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -17,6 +17,11 @@ 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