X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/ec1ecc81ad6c862db39f4bfd0fd830f44909b61a..9af26673ddeb94fed079197301591a659c3b8817:/.rubocop.yml diff --git a/.rubocop.yml b/.rubocop.yml index 044181e0d..c4b812d92 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,10 +1,13 @@ inherit_from: .rubocop_todo.yml AllCops: - TargetRubyVersion: 2.6 + TargetRubyVersion: 3.1 ChefModernize/IncludingAptDefaultRecipe: Enabled: false + +Chef/Modernize/CronDFileOrTemplate: + Enabled: false Layout/ExtraSpacing: AllowForAlignment: true