puppetlabs / puppet-editor-services

Puppet Language Server for editors
Apache License 2.0
45 stars 21 forks source link

(GH-282) Add Puppet 7 to CI testing #281

Closed glennsarti closed 3 years ago

glennsarti commented 3 years ago

Fixes #282

When querying with Puppet7/Ruby 2.7 it's possibe for yard to return a docstring with no tags at all. Previously this was an empty array but now it may also be nil. This commit adds a guard to only enumerate the array if it is not nil.

This commit adds Puppet 7 to the test CI matrix now that it has been released.