like this?

This commit is contained in:
Lucas Gravley 2020-09-08 12:01:17 -05:00
parent 53995952e0
commit a0d4012b67

View file

@ -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