From 3a78d582fcf7437a2c35a91a26746e9b8291091b Mon Sep 17 00:00:00 2001 From: Nate Riffe Date: Mon, 15 Dec 2014 15:06:40 -0600 Subject: [PATCH] Ignore vendor files --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',