diff --git a/Rakefile b/Rakefile index 53115e6..147ef05 100644 --- a/Rakefile +++ b/Rakefile @@ -5,7 +5,7 @@ require 'puppetlabs_spec_helper/rake_tasks' Rake::Task[:lint].clear PuppetLint::RakeTask.new :lint do |config| config.fail_on_warnings - config.ignore_paths = [ 'pkg/**/*', 'spec/**/*' ] + config.ignore_paths = [ 'pkg/**/*', 'spec/**/*', 'gemfiles/vendor/**/*' ] config.disable_checks = [ '80chars', 'class_parameter_defaults',