X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/30a01fb7f9dedc757a27f9bf97e3d720f4530508..1db26ff5f9039fb6e55d3a65f16cb43ba28aba20:/.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