CI: set shellcheck minimum severity to info

The few previous commits make this pass, let's profit.
This commit is contained in:
intrigeri 2022-02-13 08:44:09 +00:00
parent 825f761c77
commit 985f9ca788

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=warning
- './tests/bin/shellcheck-tree --format=checkstyle --severity=info
| xmlstarlet tr tests/checkstyle2junit.xslt
> shellcheck.xml'
artifacts: