From 2d93ca41f45133f873a48847882ae1963dfc36c9 Mon Sep 17 00:00:00 2001 From: Lucas Gravley <29484535+admiralAwkbar@users.noreply.github.com> Date: Tue, 4 Feb 2020 09:04:43 -0600 Subject: [PATCH] fixed that --- lib/linter.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/linter.sh b/lib/linter.sh index d6380423..0308dbd4 100755 --- a/lib/linter.sh +++ b/lib/linter.sh @@ -1171,7 +1171,7 @@ LintCodebase() if [[ $FILE == *"node_modules"* ]]; then # This is a node modules file continue - elif [[ $FILE == *"$TEST_CASE_FOLDER" ]]; then + elif [[ $FILE == *"$TEST_CASE_FOLDER"* ]]; then # This is the test cases, we should always skip continue fi