From eee59be6a8a01681f5b8403126af729694490e81 Mon Sep 17 00:00:00 2001 From: Bimba Shrestha Date: Tue, 2 Jun 2020 09:15:24 -0700 Subject: [PATCH] excluding ls | grep warning --- .github/workflows/generic-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2