From: Tom Hughes Date: Mon, 13 Feb 2023 20:17:46 +0000 (+0000) Subject: Fix rubocop rule name X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/e69abbc8b5220058c4c0fe92cbd1338a8a93b914 Fix rubocop rule name --- diff --git a/.rubocop.yml b/.rubocop.yml index c4b812d92..d3e607a06 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -3,7 +3,7 @@ inherit_from: .rubocop_todo.yml AllCops: TargetRubyVersion: 3.1 -ChefModernize/IncludingAptDefaultRecipe: +Chef/Modernize/IncludingAptDefaultRecipe: Enabled: false Chef/Modernize/CronDFileOrTemplate: