mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
CI: enable all shellcheck severity levels
The few previous commits make this pass, let's profit.
This commit is contained in:
parent
6db9ebfd15
commit
529d386775
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ shellcheck:
|
||||||
script:
|
script:
|
||||||
- apt-get install --no-install-recommends -y file shellcheck xmlstarlet
|
- apt-get install --no-install-recommends -y file shellcheck xmlstarlet
|
||||||
- shellcheck --version
|
- shellcheck --version
|
||||||
- './tests/bin/shellcheck-tree --format=checkstyle --severity=info
|
- './tests/bin/shellcheck-tree --format=checkstyle
|
||||||
| xmlstarlet tr tests/checkstyle2junit.xslt
|
| xmlstarlet tr tests/checkstyle2junit.xslt
|
||||||
> shellcheck.xml'
|
> shellcheck.xml'
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|
Loading…
Add table
Reference in a new issue