Skip to content

Commit 312d866

Browse files
committed
(CAT-273) Remove plan exclusion from rake tasks
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.
1 parent e7173ab commit 312d866

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/puppetlabs_spec_helper/rake_tasks.rb

-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@
191191
PuppetSyntax.exclude_paths << 'pkg/**/*'
192192
PuppetSyntax.exclude_paths << 'vendor/**/*'
193193
PuppetSyntax.exclude_paths << '.vendor/**/*'
194-
PuppetSyntax.exclude_paths << 'plans/**/*'
195194
PuppetSyntax.check_hiera_keys = true
196195
PuppetSyntax.check_hiera_data = true
197196

0 commit comments

Comments
 (0)