Skip to content

Commit

Permalink
Merge pull request #441 from bastelfreak/dependabot_config
Browse files Browse the repository at this point in the history
puppet-syntax: Validate hiera keys
  • Loading branch information
gavindidrichsen authored Mar 8, 2024
2 parents e3b7546 + f5a0016 commit 7863f3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/puppetlabs_spec_helper/rake_tasks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@
PuppetSyntax.exclude_paths << 'vendor/**/*'
PuppetSyntax.exclude_paths << '.vendor/**/*'
PuppetSyntax.exclude_paths << 'plans/**/*'
PuppetSyntax.check_hiera_keys = true

desc 'Check syntax of Ruby files and call :syntax and :metadata_lint'
task :validate do
Expand Down

0 comments on commit 7863f3f

Please sign in to comment.