this makes no sense

This commit is contained in:
Lucas Gravley 2020-09-09 10:37:02 -05:00
parent 880380d118
commit b5d42bf181

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" ]] || [[ ${FILE} == *".git/"* ]]; then
elif [[ ${DIR_NAME} == *".git" ]] || [[ ${FILE} == *".git" ]] || [[ ${FILE} == *".git/"* ]]; then
# This is likely the .git folder and shouldn't be parsed
continue
elif [[ ${DIR_NAME} == *".venv"* ]]; then