Added make lint support.
This commit is contained in:
parent
406f57a2d1
commit
2f83cb7d4a
2 changed files with 7 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -36,6 +36,9 @@ check-all:
|
|||
fi \
|
||||
done
|
||||
|
||||
lint:
|
||||
@rake lint
|
||||
|
||||
rdoc: $(MANIFESTS)
|
||||
mkdir .$$$$ ; \
|
||||
puppetdoc --mode rdoc --outputdir rdoc --modulepath . --manifestdir .$$$$ ; \
|
||||
|
|
4
Rakefile
Normal file
4
Rakefile
Normal file
|
@ -0,0 +1,4 @@
|
|||
|
||||
require 'puppet-lint/tasks/puppet-lint'
|
||||
PuppetLint.configuration.send('disable_double_quoted_strings')
|
||||
|
Loading…
Add table
Reference in a new issue