jorisroovers / gitlint

Linting for your git commit messages
http://jorisroovers.github.io/gitlint
MIT License
787 stars 99 forks source link

Feature request: generate a junit or sarif report #425

Open gsemet opened 1 year ago

gsemet commented 1 year ago

It would be really helpful if gitlint would optionally generate a junit or SARIF report. It acts like any other static analysis report.

jorisroovers commented 1 year ago

Without having dug in, I think this could probably be implemented as a custom OutputFormatter (see #45), which is still something I'd like to add at some point.

gsemet commented 1 year ago

Indeed such output formatter would allow external contribution :D

Franco0700 commented 1 year ago

Is there any plan to implement this feature?

sigmavirus24 commented 1 year ago

Nothing concrete, no