projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68c9e35
)
Ignore spacing in metadata.rb files.
author
Andy Allan
<andy@gravitystorm.co.uk>
Tue, 3 Feb 2015 10:17:14 +0000
(10:17 +0000)
committer
Andy 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]
patch
|
blob
diff --git a/.rubocop.yml
b/.rubocop.yml
new file mode 100644
(file)
index 0000000..
9d38fed
--- /dev/null
+++ b/
.rubocop.yml
@@ -0,0
+1,3
@@
+Style/SingleSpaceBeforeFirstArg:
+ Exclude:
+ - '**/metadata.rb'