]> git.openstreetmap.org Git - chef.git/blobdiff - .rubocop.yml
Fix MAC address for grindtooth OOB card
[chef.git] / .rubocop.yml
index 9d38fed388a39ba39751f4d8aeeb5c54430ad402..2219d6ec67ec53c4270a3eac6b94b8996b644936 100644 (file)
@@ -1,3 +1,26 @@
+inherit_from: .rubocop_todo.yml
+
+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/SingleSpaceBeforeFirstArg:
   Exclude:
     - '**/metadata.rb'
 Style/SingleSpaceBeforeFirstArg:
   Exclude:
     - '**/metadata.rb'
+
+Style/StringLiterals:
+  EnforcedStyle: double_quotes