Skip to content

Commit 9c2dfce

Browse files
binford2kchelnak
authored andcommitted
Drop outdated future parser support
This is outdated and no longer supported by [puppet-syntax](voxpupuli/puppet-syntax#120)
1 parent 7dbd51e commit 9c2dfce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/puppetlabs_spec_helper/rake_tasks.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,6 @@
212212
if Puppet.version.to_f < 4.0
213213
PuppetSyntax.exclude_paths << 'types/**/*'
214214
end
215-
PuppetSyntax.future_parser = true if ENV['FUTURE_PARSER'] == 'yes'
216215

217216
desc 'Check syntax of Ruby files and call :syntax and :metadata_lint'
218217
task :validate do

0 commit comments

Comments
 (0)