mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 08:41:02 -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
|
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
|
||||||
|
|
Loading…
Reference in a new issue