]> git.openstreetmap.org Git - chef.git/blobdiff - .rubocop.yml
Fix cookstyle warnings
[chef.git] / .rubocop.yml
index 649fc64dc4e1ab442d295463e9eae0b87bcff42b..044181e0d2849a845d320aacf0ae2fc9146e384e 100644 (file)
@@ -15,6 +15,9 @@ Layout/HeredocIndentation:
 Naming/MethodParameterName:
   Enabled: false
 
+Style/CommandLiteral:
+  EnforcedStyle: percent_x
+
 Style/HashSyntax:
   EnforcedStyle: hash_rockets