]> git.openstreetmap.org Git - chef.git/blobdiff - .rubocop.yml
Use systemd to manage munin-node on Ubuntu 15.10
[chef.git] / .rubocop.yml
index 1f5c531bf4865c75bc4c21411ec25c1201afc16c..2219d6ec67ec53c4270a3eac6b94b8996b644936 100644 (file)
@@ -4,10 +4,14 @@ 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'