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 e3b7546 + f5a0016 commit 7863f3fCopy full SHA for 7863f3f
lib/puppetlabs_spec_helper/rake_tasks.rb
@@ -192,6 +192,7 @@
192
PuppetSyntax.exclude_paths << 'vendor/**/*'
193
PuppetSyntax.exclude_paths << '.vendor/**/*'
194
PuppetSyntax.exclude_paths << 'plans/**/*'
195
+PuppetSyntax.check_hiera_keys = true
196
197
desc 'Check syntax of Ruby files and call :syntax and :metadata_lint'
198
task :validate do
0 commit comments