mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 08:41:02 -05:00
this has to be right
This commit is contained in:
parent
eb67d9b9c6
commit
dbd4cd673d
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ function LintCodebase() {
|
|||
elif [[ ${DIR_NAME} == *"${TEST_CASE_FOLDER}"* ]]; then
|
||||
# This is the test cases, we should always skip
|
||||
continue
|
||||
elif [[ ${DIR_NAME} == *".git" ]]; then
|
||||
elif [[ ${DIR_NAME} == *".git" ]] || [[ ${FILE_NAME} == *".git/"* ]]; then
|
||||
# This is likely the .git folder and shouldn't be parsed
|
||||
continue
|
||||
elif [[ ${DIR_NAME} == *".venv"* ]]; then
|
||||
|
|
Loading…
Reference in a new issue