X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/5a8698d76c0b5a1864f2fb9fb8c793301a0ef77a..c4b78405fd353d9d34ffd56593e14d40d21d1d5c:/.rubocop.yml diff --git a/.rubocop.yml b/.rubocop.yml index 5db1a3104..12d060a1b 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -3,6 +3,9 @@ inherit_from: .rubocop_todo.yml AllCops: TargetRubyVersion: 2.3 +ChefModernize/IncludingAptDefaultRecipe: + Enabled: false + Layout/ExtraSpacing: AllowForAlignment: true