mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-21 16:21:00 -05:00
fixed that
This commit is contained in:
parent
edc665d550
commit
2d93ca41f4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue