We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 917710d + dfd8b9d commit 2650328Copy full SHA for 2650328
Rakefile
@@ -62,6 +62,7 @@ PuppetSyntax.hieradata_paths = ps_hieradata_paths
62
63
YamlLint::RakeTask.new do |yamllint|
64
yamllint.paths = yl_paths
65
+ yamllint.exclude_paths = exclude_paths
66
end
67
68
Rake::Task[:spec_prep].enhance [:generate_fixtures]
0 commit comments