]> git.openstreetmap.org Git - chef.git/commitdiff
Ignore spacing in metadata.rb files.
authorAndy Allan <andy@gravitystorm.co.uk>
Tue, 3 Feb 2015 10:17:14 +0000 (10:17 +0000)
committerAndy Allan <andy@gravitystorm.co.uk>
Tue, 3 Feb 2015 10:17:14 +0000 (10:17 +0000)
It's a convention to line up the name, description etc at the top of
these files so disable that rubocop check.

.rubocop.yml [new file with mode: 0644]

diff --git a/.rubocop.yml b/.rubocop.yml
new file mode 100644 (file)
index 0000000..9d38fed
--- /dev/null
@@ -0,0 +1,3 @@
+Style/SingleSpaceBeforeFirstArg:
+  Exclude:
+    - '**/metadata.rb'