Skip to content

Commit d329e49

Browse files
authored
Merge pull request #348 from binford2k/no_future_parser
Drop outdated future parser support
2 parents 7dbd51e + 9c2dfce commit d329e49

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)