Skip to content

Commit

Permalink
(CAT-273) Remove plan exclusion from rake tasks
Browse files Browse the repository at this point in the history
The plan exclusion was originally added to the rake tasks due to Bolt
not being able to handle syntax for them. This was the case 6 years ago
but not anymore. Therefore, we can remove the exclusion from the rake.
  • Loading branch information
LukasAud committed Apr 18, 2024
1 parent e7173ab commit 312d866
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/puppetlabs_spec_helper/rake_tasks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@
PuppetSyntax.exclude_paths << 'pkg/**/*'
PuppetSyntax.exclude_paths << 'vendor/**/*'
PuppetSyntax.exclude_paths << '.vendor/**/*'
PuppetSyntax.exclude_paths << 'plans/**/*'
PuppetSyntax.check_hiera_keys = true
PuppetSyntax.check_hiera_data = true

Expand Down

0 comments on commit 312d866

Please sign in to comment.