Both nicely formatted stdout AND code climate artifact in one run? #4803
Unanswered
GhostLyrics
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I currently have a GitLab pipeline which runs ansible-lint. It looks roughly like this:
I do this in order to provide both pretty output inside the CI trace if people choose to click this as well as a JSON artefact which I have parsed by GitLab to display in its UI. If I leave one of these options of, usability suffers somewhat (you either get nothing in the UI or if people choose to click through to the trace, it's empty).
Team members have complained that we're wasting time on our big code base because it's scanning things twice.
I've seen that you offer a SARIF option and it looks like when this is selected you perform a regular report and write that file. Would it be possible to offer that for code climate as well? One run with both human-readable and report?
Beta Was this translation helpful? Give feedback.
All reactions