CI: enable all shellcheck severity levels

The few previous commits make this pass, let's profit.
This commit is contained in:
intrigeri 2022-02-13 08:47:30 +00:00
parent 6db9ebfd15
commit 529d386775

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