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
Add support for 'gitlab' as an output format (#482)
Updated the README to include 'gitlab' as an available output format in addition to 'text' and 'json'. Clarified the use cases for the 'json' format and specified its compatibility with platforms like GitHub Actions and SonarQube.
Output format can be controlled using the parameter `format=[FORMAT]`. There are two available output formats
108
108
*`text`: the default one
109
-
*`json`: this follows Gitlab's [code quality format](https://docs.gitlab.com/ci/testing/code_quality/#code-quality-report-format). Note that this will suppress any output apart from the violation reporting.
109
+
*`json`: this format allows custom report using github action or another platform as Sonarqube and so on... Note that this will suppress any output apart from the violation reporting.
110
+
*`gitlab`: this follows Gitlab's [code quality format](https://docs.gitlab.com/ci/testing/code_quality/#code-quality-report-format). Note that this will suppress any output apart from the violation reporting.
0 commit comments