aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMickaël Canévet <mickael.canevet@camptocamp.com>2015-02-06 11:58:44 +0100
committerMickaël Canévet <mickael.canevet@camptocamp.com>2015-02-06 11:58:44 +0100
commit7d1179c0f6a6ed980fe5ef418562837bcf20b159 (patch)
treebb56014ef8024983da2b42ae6530dfcdff4236ac
parente801f271fadf52e0f338d18684c6874232763fb3 (diff)
downloadpuppet-dhcp-7d1179c0f6a6ed980fe5ef418562837bcf20b159.tar.gz
puppet-dhcp-7d1179c0f6a6ed980fe5ef418562837bcf20b159.tar.bz2
Clear lint rake task
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index a81b2c6..a334275 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,6 +1,7 @@
require 'puppetlabs_spec_helper/rake_tasks'
require 'puppet-lint/tasks/puppet-lint'
+Rake::Task[:lint].clear
PuppetLint.configuration.fail_on_warnings
PuppetLint.configuration.send('relative')
PuppetLint.configuration.send('disable_80chars')