Skip to content
This repository was archived by the owner on Jun 5, 2020. It is now read-only.

Commit 2a06bc5

Browse files
committed
Ignore vendor path for any puppet code when running lint
1 parent 1e70bb3 commit 2a06bc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ require 'puppet-lint/tasks/puppet-lint'
33
PuppetLint.configuration.send('disable_80chars')
44
PuppetLint.configuration.send('disable_140chars')
55
PuppetLint.configuration.relative = true
6-
PuppetLint.configuration.ignore_paths = ["spec/**/*.pp", "pkg/**/*.pp"]
6+
PuppetLint.configuration.ignore_paths = ["spec/**/*.pp", "pkg/**/*.pp","vendor/**/*.pp"]
77

88
desc 'Validate manifests, templates, and ruby files'
99
task :validate do

0 commit comments

Comments
 (0)