mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-13 20:39:33 -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
|
elif [[ $FILE == *"$TEST_CASE_FOLDER"* ]]; then
|
||||||
# This is the test cases, we should always skip
|
# This is the test cases, we should always skip
|
||||||
continue
|
continue
|
||||||
|
elif [[ $FILE == *".git"* ]]; then
|
||||||
|
# This is likely the .git folder and shouldnt be parsed
|
||||||
|
continue
|
||||||
fi
|
fi
|
||||||
|
|
||||||
##############
|
##############
|
||||||
|
|
Loading…
Reference in a new issue