mirror of
https://github.com/super-linter/super-linter.git
synced 2024-12-23 05:02:15 -05:00
this should be right
This commit is contained in:
parent
b31b696e00
commit
828de134a9
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ function LintCodebase() {
|
||||||
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
|
||||||
elif [[ ${FILE} == *".git" || ${FILE} == *".git/"* ]]; then
|
elif [[ ${FILE} == *".git/"* ]]; then
|
||||||
# This is likely the .git folder and shouldn't be parsed
|
# This is likely the .git folder and shouldn't be parsed
|
||||||
continue
|
continue
|
||||||
elif [[ ${FILE} == *".venv"* ]]; then
|
elif [[ ${FILE} == *".venv"* ]]; then
|
||||||
|
|
Loading…
Reference in a new issue