From 985f9ca788fef85b059dfd268a74fe8bbe530348 Mon Sep 17 00:00:00 2001 From: intrigeri Date: Sun, 13 Feb 2022 08:44:09 +0000 Subject: [PATCH] CI: set shellcheck minimum severity to info The few previous commits make this pass, let's profit. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c251f34ce..060c1ce0e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: