Skip to content

Commit 8cf2608

Browse files
committed
Fixed Rakefile to prevent linter to check files under vendor
1 parent ddc8bae commit 8cf2608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ end
99

1010
PuppetLint.configuration.send('disable_80chars')
1111
PuppetLint.configuration.relative = true
12-
PuppetLint.configuration.ignore_paths = ['spec/**/*.pp', 'pkg/**/*.pp']
12+
PuppetLint.configuration.ignore_paths = ['spec/**/*.pp', 'pkg/**/*.pp', 'vendor/**/**']
1313

1414
desc 'Validate manifests, templates, and ruby files'
1515

0 commit comments

Comments
 (0)