diff options
| author | Raphaël Pinson <raphael.pinson@camptocamp.com> | 2014-10-20 09:43:30 +0200 |
|---|---|---|
| committer | Raphaël Pinson <raphael.pinson@camptocamp.com> | 2014-10-20 09:43:30 +0200 |
| commit | 4cdd8a1456c0977bc9a55eeacce3890bfa317edf (patch) | |
| tree | 2559a8d3121421f4f98fc99c35de1d0d9be945b2 /Rakefile | |
| parent | b47fb8a3653b7b9ec99723815885e0f7b83909c8 (diff) | |
| download | puppet-dhcp-4cdd8a1456c0977bc9a55eeacce3890bfa317edf.tar.gz puppet-dhcp-4cdd8a1456c0977bc9a55eeacce3890bfa317edf.tar.bz2 | |
Sync module
Diffstat (limited to 'Rakefile')
| -rw-r--r-- | Rakefile | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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"] |
