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.
1 parent 3e33cb0 commit dfd8b9dCopy full SHA for dfd8b9d
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