science...

This commit is contained in:
Lucas Gravley 2020-09-08 15:45:17 -05:00
parent 0e5f996c3c
commit fd42f4b3fb

View file

@ -166,7 +166,7 @@ function LintCodebase() {
elif [[ ${DIR_NAME} == *"${TEST_CASE_FOLDER}"* ]]; then
# This is the test cases, we should always skip
continue
elif [[ ${DIR_NAME} == *".git"* ]] && [[ ${DIR_NAME} != *".github"* ]]; then
elif [[ ${DIR_NAME} == *".git"* ]] || [[ ${DIR_NAME} == *".git/"* ]]; then
# This is likely the .git folder and shouldn't be parsed
continue
elif [[ ${DIR_NAME} == *".venv"* ]]; then