diff --git a/lib/worker.sh b/lib/worker.sh index 657172f2..79bbb44a 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" || ${FILE} == *".git/"* ]]; then + elif [[ ${FILE} == *".git/"* ]]; then # This is likely the .git folder and shouldn't be parsed continue elif [[ ${FILE} == *".venv"* ]]; then