Also show how to translate checkstyle back to plain text. See https://gitlab.com/ci-includes/masslinter/ for an example.

Olliver Schinagl
2023-11-14 21:33:30 +01:00
parent 86cc30c7b7
commit f7b3b98120

@@ -21,4 +21,4 @@ test:
- git ls-files --exclude='*.sh' --ignored -c -z | xargs -0r shellcheck - git ls-files --exclude='*.sh' --ignored -c -z | xargs -0r shellcheck
``` ```
If you want to create a JUnit XML report to see in the GitLab's UI, check the instructions [here](JUnit). If you want to create a JUnit XML report to see in the GitLab's UI, check the instructions [here](JUnit), additionally checkstyle can also be [transformed](checkstyle2text) back into text again for logging purposes.