]> git.openstreetmap.org Git - chef.git/blobdiff - .rubocop.yml
Standardise on "hash rocket" style for hashes
[chef.git] / .rubocop.yml
index f11a7d911ffd033ca98829ec8699376be1b1d895..54dd4f715d12ea80b249066b3d2f0b1a39938034 100644 (file)
@@ -4,6 +4,12 @@ Style/AlignParameters:
   Exclude:
     - '**/metadata.rb'
 
+Style/HashSyntax:
+  EnforcedStyle: hash_rockets
+
 Style/SingleSpaceBeforeFirstArg:
   Exclude:
     - '**/metadata.rb'
+
+Style/StringLiterals:
+  EnforcedStyle: double_quotes