mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-23 02:27:12 +00:00
CI: set shellcheck minimum severity to info
The few previous commits make this pass, let's profit.
This commit is contained in:
parent
825f761c77
commit
985f9ca788
@ -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=warning
|
- './tests/bin/shellcheck-tree --format=checkstyle --severity=info
|
||||||
| xmlstarlet tr tests/checkstyle2junit.xslt
|
| xmlstarlet tr tests/checkstyle2junit.xslt
|
||||||
> shellcheck.xml'
|
> shellcheck.xml'
|
||||||
artifacts:
|
artifacts:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user