Open lswith opened 4 years ago
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.
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.
--warnings-as-errors
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.