mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01: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
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue