]> git.openstreetmap.org Git - chef.git/commitdiff
Disable Chef/Modernize/CronDFileOrTemplate for now
authorTom Hughes <tom@compton.nu>
Fri, 18 Feb 2022 11:59:19 +0000 (11:59 +0000)
committerTom Hughes <tom@compton.nu>
Fri, 18 Feb 2022 11:59:19 +0000 (11:59 +0000)
.rubocop.yml

index a2d78c8d272bd5e630b657b71c7883ef19d2fe26..75bc2d9d8472675959475261618e83c012736bcf 100644 (file)
@@ -5,6 +5,9 @@ AllCops:
 
 ChefModernize/IncludingAptDefaultRecipe:
   Enabled: false
+  
+Chef/Modernize/CronDFileOrTemplate:
+  Enabled: false
 
 Layout/ExtraSpacing:
   AllowForAlignment: true