]> git.openstreetmap.org Git - chef.git/blobdiff - .rubocop.yml
Fix some rubocop style issues
[chef.git] / .rubocop.yml
index 54dd4f715d12ea80b249066b3d2f0b1a39938034..1f5c531bf4865c75bc4c21411ec25c1201afc16c 100644 (file)
@@ -4,6 +4,13 @@ Style/AlignParameters:
   Exclude:
     - '**/metadata.rb'
 
+Style/FileName:
+  Exclude:
+    - 'cookbooks/trac/files/default/trac-authenticate'
+    - 'cookbooks/planet/files/default/replication-bin/replicate-changesets'
+    - 'hooks/*'
+    - 'roles/*.rb'
+
 Style/HashSyntax:
   EnforcedStyle: hash_rockets