aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-11-09 18:32:21 +0000
committerGerrit Code Review <review@openstack.org>2015-11-09 18:32:21 +0000
commitd065123bcfe331c928728ae2800a7504d64deab6 (patch)
treeee725f297c43a53a972e7f199993e7a76838be7a /Rakefile
parent152f266cb3121698bcd1c2cf1782fd83a186b9d1 (diff)
parent0d6b04c21a8308701416c15c1594d6253d848753 (diff)
Merge "Add Puppet 4.x lint checks"
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
new file mode 100644
index 00000000..3d62bb63
--- /dev/null
+++ b/Rakefile
@@ -0,0 +1,5 @@
+require 'puppetlabs_spec_helper/rake_tasks'
+require 'puppet-lint/tasks/puppet-lint'
+
+PuppetLint.configuration.fail_on_warnings = true
+PuppetLint.configuration.send('disable_80chars')