mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-25 15:41:02 -05:00
fix that dumb action
This commit is contained in:
parent
bae75b456b
commit
eb67d9b9c6
1 changed files with 0 additions and 4 deletions
|
@ -166,11 +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
|
||||||
<<<<<<< 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