We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d35098c commit fb20c66Copy full SHA for fb20c66
Rakefile
@@ -4,7 +4,7 @@ require 'puppet-lint/tasks/puppet-lint'
4
5
PuppetSyntax.exclude_paths = ["spec/fixtures/**/*"]
6
PuppetLint.configuration.send("disable_class_inherits_from_params_class")
7
-PuppetLint.configuration.ignore_paths = ["spec/**/*.pp", 'tests/**/*.pp']
+PuppetLint.configuration.ignore_paths = ['pkg/**/*.pp', 'spec/**/*.pp', 'tests/**/*.pp']
8
9
task :default => [
10
:syntax,
0 commit comments