puppetlabs / puppet-strings

The next generation Puppet documentation extraction and presentation tool.
http://puppetlabs.github.io/puppet-strings/
Apache License 2.0
90 stars 84 forks source link

Warnings as Errors #262

Open lswith opened 4 years ago

lswith commented 4 years ago

Use Case

I'd like to make sure that I can run puppet-strings as a way to lint if we aren't correctly documenting our puppet module.

Describe the Solution You Would Like

I'd like to have a --warnings-as-errors cli option that will make puppet-strings exit with a code other than 0 when a warning happens.