fixed that

This commit is contained in:
Lucas Gravley 2020-02-04 09:04:43 -06:00
parent edc665d550
commit 2d93ca41f4

View file

@ -1171,7 +1171,7 @@ LintCodebase()
if [[ $FILE == *"node_modules"* ]]; then if [[ $FILE == *"node_modules"* ]]; then
# This is a node modules file # This is a node modules file
continue continue
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
fi fi