]> git.openstreetmap.org Git - chef.git/blobdiff - .rubocop.yml
Switch bytemark to use snap-02 as readonly database
[chef.git] / .rubocop.yml
index d7fa0e5f7d9ad3269480e21dc1423bb56e9a0740..75bc2d9d8472675959475261618e83c012736bcf 100644 (file)
@@ -1,20 +1,26 @@
 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
 
 Layout/HeredocIndentation:
-  EnforcedStyle: squiggly
+  Enabled: true
 
 Naming/MethodParameterName:
   Enabled: false
 
+Style/CommandLiteral:
+  EnforcedStyle: percent_x
+
 Style/HashSyntax:
   EnforcedStyle: hash_rockets