X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/5a8698d76c0b5a1864f2fb9fb8c793301a0ef77a..99afb74d84a97c8b5e4877300d22e8d771a2caec:/.rubocop.yml diff --git a/.rubocop.yml b/.rubocop.yml index 5db1a3104..5d25f84c3 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,7 +1,10 @@ inherit_from: .rubocop_todo.yml AllCops: - TargetRubyVersion: 2.3 + TargetRubyVersion: 2.5 + +ChefModernize/IncludingAptDefaultRecipe: + Enabled: false Layout/ExtraSpacing: AllowForAlignment: true