]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
excluding ls | grep warning 2187/head
authorBimba Shrestha <bimbashrestha@fb.com>
Tue, 2 Jun 2020 16:15:24 +0000 (09:15 -0700)
committerBimba Shrestha <bimbashrestha@fb.com>
Tue, 2 Jun 2020 16:15:24 +0000 (09:15 -0700)
.github/workflows/generic-dev.yml

index 76ce1416490a32121e40e7686cb461a2d711fd0e..7851363914d065f9ec0d61e86214bc7b12ad1d56 100644 (file)
@@ -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