mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 18:43:34 -05:00
more fix
This commit is contained in:
commit
bae75b456b
1 changed files with 4 additions and 0 deletions
|
@ -166,7 +166,11 @@ 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
|
||||||
|
<<<<<<< HEAD
|
||||||
elif [[ ${DIR_NAME} == *".git" ]]; then
|
elif [[ ${DIR_NAME} == *".git" ]]; then
|
||||||
|
=======
|
||||||
|
elif [[ ${DIR_NAME} == *".git" ]] || [[ ${DIR_NAME} == *".git/"* ]]; then
|
||||||
|
>>>>>>> e9811c85d6cb375158a20eaaf44e638348573478
|
||||||
# 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