]> git.openstreetmap.org Git - chef.git/blobdiff - .rubocop.yml
Add server location description to aws
[chef.git] / .rubocop.yml
index 23ca686a814f11f40ef35a389f9394d47a32cc32..23c3f82fc2644aadc8a36093d189c94859e0a541 100644 (file)
@@ -1,5 +1,22 @@
 inherit_from: .rubocop_todo.yml
 
-Style/SingleSpaceBeforeFirstArg:
+Style/AlignParameters:
   Exclude:
     - '**/metadata.rb'
+
+Style/ExtraSpacing:
+  AllowForAlignment: true
+
+Style/FileName:
+  Exclude:
+    - 'cookbooks/trac/files/default/trac-authenticate'
+    - 'cookbooks/planet/files/default/replication-bin/replicate-changesets'
+    - 'cookbooks/*/templates/*/*.erb'
+    - 'hooks/*'
+    - 'roles/*.rb'
+
+Style/HashSyntax:
+  EnforcedStyle: hash_rockets
+
+Style/StringLiterals:
+  EnforcedStyle: double_quotes