From a0d4012b67cac9bc9c921024330db933e1b8cec5 Mon Sep 17 00:00:00 2001 From: Lucas Gravley <29484535+admiralAwkbar@users.noreply.github.com> Date: Tue, 8 Sep 2020 12:01:17 -0500 Subject: [PATCH] like this? --- lib/worker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/worker.sh b/lib/worker.sh index dd66abe7..d32bdc0b 100755 --- a/lib/worker.sh +++ b/lib/worker.sh @@ -166,7 +166,7 @@ function LintCodebase() { elif [[ ${FILE} == *"${TEST_CASE_FOLDER}"* ]]; then # This is the test cases, we should always skip continue - elif [[ ${FILE} == *".git/"* ]]; then + elif [[ ${FILE} == *".git"* ]] && [[ ${FILE} != *".github"* ]]; then # This is likely the .git folder and shouldn't be parsed continue elif [[ ${FILE} == *".venv"* ]]; then