-
Notifications
You must be signed in to change notification settings - Fork 188
Open
Description
Gitlab supports the consumption of a so called "codequality report" artifact, so that it can display static code checker results in a structured way, e.g. in merge requests, see https://docs.gitlab.com/ci/testing/code_quality/#import-code-quality-results-from-a-cicd-job.
This reports needs to be in a specific JSON format which is a subset of the CodeClimate format.
Linter like
already support that format.
Would you be interested in a contribution that adds support in the form of a function that consumes an "lints" object and returns a JSON string in the mentioned format?
Metadata
Metadata
Assignees
Labels
No labels