From: Bimba Shrestha Date: Tue, 2 Jun 2020 16:15:24 +0000 (-0700) Subject: excluding ls | grep warning X-Git-Tag: v1.4.7~143^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2187%2Fhead;p=thirdparty%2Fzstd.git excluding ls | grep warning --- diff --git a/.github/workflows/generic-dev.yml b/.github/workflows/generic-dev.yml index 76ce14164..785136391 100644 --- a/.github/workflows/generic-dev.yml +++ b/.github/workflows/generic-dev.yml @@ -179,4 +179,4 @@ jobs: run: | wget https://github.com/koalaman/shellcheck/releases/download/v0.7.1/shellcheck-v0.7.1.linux.x86_64.tar.xz tar -xf shellcheck-v0.7.1.linux.x86_64.tar.xz - shellcheck-v0.7.1/shellcheck --shell=sh --severity=warning tests/playTests.sh + shellcheck-v0.7.1/shellcheck --shell=sh --severity=warning --exclude=SC2010 tests/playTests.sh