]> git.openstreetmap.org Git - chef.git/blobdiff - .rubocop.yml
Limit required attributes to the actions that need them
[chef.git] / .rubocop.yml
index eae20fc7ad47f5b2b4930bba32bf7532e482557e..649fc64dc4e1ab442d295463e9eae0b87bcff42b 100644 (file)
@@ -1,7 +1,7 @@
 inherit_from: .rubocop_todo.yml
 
 AllCops:
-  TargetRubyVersion: 2.5
+  TargetRubyVersion: 2.6
 
 ChefModernize/IncludingAptDefaultRecipe:
   Enabled: false
@@ -10,7 +10,7 @@ Layout/ExtraSpacing:
   AllowForAlignment: true
 
 Layout/HeredocIndentation:
-  EnforcedStyle: squiggly
+  Enabled: true
 
 Naming/MethodParameterName:
   Enabled: false