Skip to content

Commit 3bc36ce

Browse files
authored
Merge pull request #270 from RandomNoun7/maint/master/exclude-plans-directory
(MAINT) Add Plans Path Exclusion
2 parents 591d59e + 516c1af commit 3bc36ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/puppetlabs_spec_helper/rake_tasks.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@
202202
PuppetSyntax.exclude_paths << 'spec/fixtures/**/*'
203203
PuppetSyntax.exclude_paths << 'pkg/**/*'
204204
PuppetSyntax.exclude_paths << 'vendor/**/*'
205+
PuppetSyntax.exclude_paths << 'plans/*'
205206
if Puppet.version.to_f < 4.0
206207
PuppetSyntax.exclude_paths << 'types/**/*'
207208
end

0 commit comments

Comments
 (0)