excluding ls | grep warning

This commit is contained in:
Bimba Shrestha
2020-06-02 09:15:24 -07:00
parent b0f851675a
commit eee59be6a8
+1 -1
View 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