]> git.openstreetmap.org Git - chef.git/blobdiff - .rubocop.yml
Remove nonsense line
[chef.git] / .rubocop.yml
index 23ca686a814f11f40ef35a389f9394d47a32cc32..b6fd6fcc311875c55c8412b766d431fa719dd74a 100644 (file)
@@ -1,5 +1,23 @@
 inherit_from: .rubocop_todo.yml
 
+Style/AlignParameters:
+  Exclude:
+    - '**/metadata.rb'
+
+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/SingleSpaceBeforeFirstArg:
   Exclude:
     - '**/metadata.rb'
+
+Style/StringLiterals:
+  EnforcedStyle: double_quotes