diff --git a/Rakefile b/Rakefile index 96304f9f..8d3b747c 100644 --- a/Rakefile +++ b/Rakefile @@ -1,11 +1,12 @@ require 'puppetlabs_spec_helper/rake_tasks' require 'puppet-lint/tasks/puppet-lint' +# These lint exclusions are in puppetlabs_spec_helper but needs a version above 0.10.3 # Line length test is 80 chars in puppet-lint 1.1.0 PuppetLint.configuration.send('disable_80chars') # Line length test is 140 chars in puppet-lint 2.x PuppetLint.configuration.send('disable_140chars') -PuppetLint.configuration.ignore_paths = ["spec/**/*.pp", "pkg/**/*.pp"] + desc "Validate manifests, templates, and ruby files" task :validate do