diff options
author | Mickaël Canévet <mickael.canevet@camptocamp.com> | 2015-02-06 11:58:44 +0100 |
---|---|---|
committer | Mickaël Canévet <mickael.canevet@camptocamp.com> | 2015-02-06 11:58:44 +0100 |
commit | 7d1179c0f6a6ed980fe5ef418562837bcf20b159 (patch) | |
tree | bb56014ef8024983da2b42ae6530dfcdff4236ac /Rakefile | |
parent | e801f271fadf52e0f338d18684c6874232763fb3 (diff) | |
download | puppet-dhcp-7d1179c0f6a6ed980fe5ef418562837bcf20b159.tar.gz puppet-dhcp-7d1179c0f6a6ed980fe5ef418562837bcf20b159.tar.bz2 |
Clear lint rake task
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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') |