mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Also show how to translate checkstyle back to plain text. See https://gitlab.com/ci-includes/masslinter/ for an example.
@@ -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).
|
||||
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.
|
Reference in New Issue
Block a user