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