X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/9a419c479230792efda72004042df8dd45151cc3..e3a51721b493d86b4bc6f3fde463fde09aa40e5d:/.rubocop.yml?ds=sidebyside diff --git a/.rubocop.yml b/.rubocop.yml index 80bd36dad..75bc2d9d8 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,10 +1,13 @@ inherit_from: .rubocop_todo.yml AllCops: - TargetRubyVersion: 2.7 + TargetRubyVersion: 3.0 ChefModernize/IncludingAptDefaultRecipe: Enabled: false + +Chef/Modernize/CronDFileOrTemplate: + Enabled: false Layout/ExtraSpacing: AllowForAlignment: true