From eb67d9b9c6d44a62eac9f4f769e626c8b911fec5 Mon Sep 17 00:00:00 2001 From: Lucas Gravley <29484535+admiralAwkbar@users.noreply.github.com> Date: Wed, 9 Sep 2020 09:28:39 -0500 Subject: [PATCH] fix that dumb action --- lib/worker.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/worker.sh b/lib/worker.sh index 0a87a809..1d1b4d9b 100755 --- a/lib/worker.sh +++ b/lib/worker.sh @@ -166,11 +166,7 @@ function LintCodebase() { elif [[ ${DIR_NAME} == *"${TEST_CASE_FOLDER}"* ]]; then # This is the test cases, we should always skip continue -<<<<<<< HEAD elif [[ ${DIR_NAME} == *".git" ]]; then -======= - elif [[ ${DIR_NAME} == *".git" ]] || [[ ${DIR_NAME} == *".git/"* ]]; then ->>>>>>> e9811c85d6cb375158a20eaaf44e638348573478 # This is likely the .git folder and shouldn't be parsed continue elif [[ ${DIR_NAME} == *".venv"* ]]; then