2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-31 14:25:52 +00:00

CI: set shellcheck minimum severity to warning

The few previous commits make this pass, let's profit.
This commit is contained in:
intrigeri
2022-02-13 08:37:34 +00:00
parent af76d98fce
commit e55a9b3735

View File

@@ -58,7 +58,7 @@ shellcheck:
script:
- apt-get install --no-install-recommends -y file shellcheck xmlstarlet
- shellcheck --version
- './tests/bin/shellcheck-tree --format=checkstyle --severity=error
- './tests/bin/shellcheck-tree --format=checkstyle --severity=warning
| xmlstarlet tr tests/checkstyle2junit.xslt
> shellcheck.xml'
artifacts: