Ignore vendor files
This commit is contained in:
parent
31bc353aff
commit
3a78d582fc
2
Rakefile
2
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',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user