this should be right

This commit is contained in:
Lukas Gravley 2020-09-04 13:22:01 -05:00 committed by GitHub
parent b31b696e00
commit 828de134a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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