X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/925d12cc8176414d0f9531832862a5825783d132..20e03c73bb7755dec0c63a6beb40e747496d6e7b:/.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