projects
/
chef.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Disable parameter alignment checks for metadata files
[chef.git]
/
.rubocop.yml
1
inherit_from: .rubocop_todo.yml
2
3
Style/AlignParameters:
4
Exclude:
5
- '**/metadata.rb'
6
7
Style/SingleSpaceBeforeFirstArg:
8
Exclude:
9
- '**/metadata.rb'