small fix

This commit is contained in:
Lucas Gravley 2020-07-10 08:53:21 -05:00
parent a5750891d5
commit 653a9cb606

View file

@ -142,6 +142,9 @@ function LintCodebase() {
elif [[ $FILE == *"$TEST_CASE_FOLDER"* ]]; then
# This is the test cases, we should always skip
continue
elif [[ $FILE == *".git"* ]]; then
# This is likely the .git folder and shouldnt be parsed
continue
fi
##############