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