add rake file to run tests and build module

This commit is contained in:
Gareth Rushgrove
2013-04-02 16:05:40 +01:00
parent d15243493b
commit 6a4ca4f7c7

5
Rakefile Normal file
View File

@@ -0,0 +1,5 @@
require 'puppetlabs_spec_helper/rake_tasks'
require 'puppet-lint/tasks/puppet-lint'
PuppetLint.configuration.send("disable_80chars")
PuppetLint.configuration.log_format = "%{path}:%{linenumber}:%{check}:%{KIND}:%{message}"