Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Workaround strings bug when generating function docs
Added a newline between the require statement and start of documentation to work around puppetlabs/puppet-strings#296 To verify, run: echo 'gem "puppet-strings"' >> Gemfile.local bundle update bundle exec puppet strings generate --format json --out /tmp/strings.json jq -r '.puppet_functions[] | select(.name == "yaml_data").docstring.text ' /tmp/strings.json | head
- Loading branch information