You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great to be able to output problems to some machine-readable format for further processing (in addition to human-readable terminal output). In my example, I would like add pydoclint to GitLab CI job, and GitLab can load CodeClimate report as job output.
Currently one has to write own parser and converter for terminal output, that probably is not guaranteed to be stable.
The text was updated successfully, but these errors were encountered:
It would be great to be able to output problems to some machine-readable format for further processing (in addition to human-readable terminal output). In my example, I would like add pydoclint to GitLab CI job, and GitLab can load CodeClimate report as job output.
Currently one has to write own parser and converter for terminal output, that probably is not guaranteed to be stable.
The text was updated successfully, but these errors were encountered: