Added make lint support.

This commit is contained in:
Timo Mkinen 2012-03-27 12:17:24 +03:00
parent 406f57a2d1
commit 2f83cb7d4a
2 changed files with 7 additions and 0 deletions

View file

@ -36,6 +36,9 @@ check-all:
fi \ fi \
done done
lint:
@rake lint
rdoc: $(MANIFESTS) rdoc: $(MANIFESTS)
mkdir .$$$$ ; \ mkdir .$$$$ ; \
puppetdoc --mode rdoc --outputdir rdoc --modulepath . --manifestdir .$$$$ ; \ puppetdoc --mode rdoc --outputdir rdoc --modulepath . --manifestdir .$$$$ ; \

4
Rakefile Normal file
View file

@ -0,0 +1,4 @@
require 'puppet-lint/tasks/puppet-lint'
PuppetLint.configuration.send('disable_double_quoted_strings')