X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/302a53d767a468a7bd4d716a1a0eba8ba38ad09b..d45c1435e6649c6af91d5799a5162dfaa661c72b:/.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