X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/d1c87f545d0be04110c9993ea828bbd53e2914cb..b8a8aabcb8c98a61b0c712268eb0fc1ef1d56af7:/.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