]> git.openstreetmap.org Git - chef.git/blobdiff - .rubocop.yml
Revert "move reverse queries back to pummelzacken"
[chef.git] / .rubocop.yml
index f9eb7394239a2bdf5e00a9347398ce61e5a1de00..b6fd6fcc311875c55c8412b766d431fa719dd74a 100644 (file)
@@ -4,6 +4,17 @@ 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'