pinterest / arcanist-linters

A collection of custom Arcanist linters
Apache License 2.0
62 stars 45 forks source link

Show stdout in OpenAPI Linter exceptions #64

Closed steverice closed 3 years ago

steverice commented 3 years ago

The OpenAPI linter prints error information both to stderr and to stdout. Previously we were only showing the contents of stderr when an error occurred, meaning that errors could be thrown with no discernable message or cause.

This also allows use of the --debug option to add in stacktraces.