]> git.openstreetmap.org Git - chef.git/blobdiff - .rubocop.yml
Enable NTP collector for prometheus node exporter
[chef.git] / .rubocop.yml
index d7fa0e5f7d9ad3269480e21dc1423bb56e9a0740..044181e0d2849a845d320aacf0ae2fc9146e384e 100644 (file)
@@ -10,11 +10,14 @@ Layout/ExtraSpacing:
   AllowForAlignment: true
 
 Layout/HeredocIndentation:
-  EnforcedStyle: squiggly
+  Enabled: true
 
 Naming/MethodParameterName:
   Enabled: false
 
+Style/CommandLiteral:
+  EnforcedStyle: percent_x
+
 Style/HashSyntax:
   EnforcedStyle: hash_rockets