Skip to content

Commit fb20c66

Browse files
author
Joshua Hoblitt
committed
puppet-lint should ignore pkg/**
1 parent d35098c commit fb20c66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ require 'puppet-lint/tasks/puppet-lint'
44

55
PuppetSyntax.exclude_paths = ["spec/fixtures/**/*"]
66
PuppetLint.configuration.send("disable_class_inherits_from_params_class")
7-
PuppetLint.configuration.ignore_paths = ["spec/**/*.pp", 'tests/**/*.pp']
7+
PuppetLint.configuration.ignore_paths = ['pkg/**/*.pp', 'spec/**/*.pp', 'tests/**/*.pp']
88

99
task :default => [
1010
:syntax,

0 commit comments

Comments
 (0)