mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-25 23:51:07 -05:00
science...
This commit is contained in:
parent
0e5f996c3c
commit
fd42f4b3fb
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ function LintCodebase() {
|
||||||
elif [[ ${DIR_NAME} == *"${TEST_CASE_FOLDER}"* ]]; then
|
elif [[ ${DIR_NAME} == *"${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 [[ ${DIR_NAME} == *".git"* ]] && [[ ${DIR_NAME} != *".github"* ]]; then
|
elif [[ ${DIR_NAME} == *".git"* ]] || [[ ${DIR_NAME} == *".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 [[ ${DIR_NAME} == *".venv"* ]]; then
|
elif [[ ${DIR_NAME} == *".venv"* ]]; then
|
||||||
|
|
Loading…
Reference in a new issue