From 312d8663fd9bb8e5671937f13208e672a7c6bc8f Mon Sep 17 00:00:00 2001 From: Lukas Audzevicius Date: Thu, 18 Apr 2024 10:49:05 +0100 Subject: [PATCH] (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. --- lib/puppetlabs_spec_helper/rake_tasks.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/puppetlabs_spec_helper/rake_tasks.rb b/lib/puppetlabs_spec_helper/rake_tasks.rb index 9340fb7f..0f5968b9 100644 --- a/lib/puppetlabs_spec_helper/rake_tasks.rb +++ b/lib/puppetlabs_spec_helper/rake_tasks.rb @@ -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