Skip to content

Commit 7863f3f

Browse files
Merge pull request #441 from bastelfreak/dependabot_config
puppet-syntax: Validate hiera keys
2 parents e3b7546 + f5a0016 commit 7863f3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/puppetlabs_spec_helper/rake_tasks.rb

+1
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@
192192
PuppetSyntax.exclude_paths << 'vendor/**/*'
193193
PuppetSyntax.exclude_paths << '.vendor/**/*'
194194
PuppetSyntax.exclude_paths << 'plans/**/*'
195+
PuppetSyntax.check_hiera_keys = true
195196

196197
desc 'Check syntax of Ruby files and call :syntax and :metadata_lint'
197198
task :validate do

0 commit comments

Comments
 (0)