]> git.openstreetmap.org Git - chef.git/blobdiff - .rubocop.yml
Switch bytemark to use snap-02 as readonly database
[chef.git] / .rubocop.yml
index 80bd36dad256c088960a696f3b42a198146448c8..75bc2d9d8472675959475261618e83c012736bcf 100644 (file)
@@ -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