From f7b3b98120c7bb518f3de204ebc72d1dbbfc8b28 Mon Sep 17 00:00:00 2001 From: Olliver Schinagl Date: Tue, 14 Nov 2023 21:33:30 +0100 Subject: [PATCH] Also show how to translate checkstyle back to plain text. See https://gitlab.com/ci-includes/masslinter/ for an example. --- GitLab-CI.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GitLab-CI.md b/GitLab-CI.md index d877e8a..2450470 100644 --- a/GitLab-CI.md +++ b/GitLab-CI.md @@ -21,4 +21,4 @@ test: - 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). \ No newline at end of file +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. \ No newline at end of file