aboutsummaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorRaphaël Pinson <raphael.pinson@camptocamp.com>2014-10-20 09:43:30 +0200
committerRaphaël Pinson <raphael.pinson@camptocamp.com>2014-10-20 09:43:30 +0200
commit4cdd8a1456c0977bc9a55eeacce3890bfa317edf (patch)
tree2559a8d3121421f4f98fc99c35de1d0d9be945b2 /Rakefile
parentb47fb8a3653b7b9ec99723815885e0f7b83909c8 (diff)
downloadpuppet-dhcp-4cdd8a1456c0977bc9a55eeacce3890bfa317edf.tar.gz
puppet-dhcp-4cdd8a1456c0977bc9a55eeacce3890bfa317edf.tar.bz2
Sync module
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Rakefile b/Rakefile
index 4d31fec..ee78ce6 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,5 +1,6 @@
-require 'puppet-lint/tasks/puppet-lint'
require 'puppetlabs_spec_helper/rake_tasks'
+require 'puppet-lint/tasks/puppet-lint'
-task :default => [:spec, :lint]
-
+PuppetLint.configuration.fail_on_warnings
+PuppetLint.configuration.send('disable_80chars')
+PuppetLint.configuration.ignore_paths = ["spec/**/*.pp", "pkg/**/*.pp"]