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
As you said, we have #594 for Sarif which someone has started work on in #1047 which is in my backlog to get back to.
Someone also expressed interest for Code Climate in #937.
Looking at Ruff
junit: not even sure what lints in junit would look like (I guess this) and I've had bad experience with how under-defined junit is, with it depending a lot on the tool reading it
github, gitlab, azure:
github would also be covered by Sarif support
When discussing specific vendors, this gets into the question of what vendors do we support and how stable is the support within those vendors.
I think it could be beneficial to create a extensive architecture for contributors to implement different report formats?
We do have some flexibility and #1047 highlights a gap we have (non-incremental output) and fills it.
So if that is the concern, then that is being taken care of.
The title is about supporting "more report formats". That is overly broad for an issue. If you have requests for specific formats, like gitlab, I would recommend being specific.
As there isn't anything more to act on within this issue, I'm going to go ahead and close it.
Hello, thanks for the awesome work I think this tool saves my days, many days.
Currently in order to make typos integrate well with the source control system like gitlab, one needs to fiddle the json output like.
And I saw a ticket created two years ago for similar request
#594
Take another tool I've been using for example, ruff, can generate different formats for the pipelines
https://docs.astral.sh/ruff/settings/#output-format
I think it could be beneficial to create a extensive architecture for contributors to implement different report formats?
The text was updated successfully, but these errors were encountered: