mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 18:43:34 -05:00
small fix
This commit is contained in:
parent
a5750891d5
commit
653a9cb606
1 changed files with 3 additions and 0 deletions
|
@ -142,6 +142,9 @@ function LintCodebase() {
|
|||
elif [[ $FILE == *"$TEST_CASE_FOLDER"* ]]; then
|
||||
# This is the test cases, we should always skip
|
||||
continue
|
||||
elif [[ $FILE == *".git"* ]]; then
|
||||
# This is likely the .git folder and shouldnt be parsed
|
||||
continue
|
||||
fi
|
||||
|
||||
##############
|
||||
|
|
Loading…
Reference in a new issue