Skip to content

Commit aa325c2

Browse files
Merge pull request #447 from puppetlabs/CAT-273-spec_helper_ignores_plans
(CAT-273) Remove plan exclusion from rake tasks
2 parents e7173ab + 312d866 commit aa325c2

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)