mirror of
https://github.com/super-linter/super-linter.git
synced 2024-12-22 23:32:10 -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
|
||||
# This is the test cases, we should always skip
|
||||
continue
|
||||
<<<<<<< HEAD
|
||||
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
|
||||
continue
|
||||
elif [[ ${DIR_NAME} == *".venv"* ]]; then
|
||||
|
|
Loading…
Reference in a new issue