mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-25 10:10:56 -05:00
Validate local git repo when ignoring files (#4965)
Co-authored-by: Zack Koppert <zkoppert@github.com>
This commit is contained in:
parent
30317804b1
commit
ae7081660b
1 changed files with 1 additions and 1 deletions
|
@ -884,7 +884,7 @@ debug "TYPESCRIPT_STANDARD_TSCONFIG_FILE: ${TYPESCRIPT_STANDARD_TSCONFIG_FILE}"
|
||||||
############################
|
############################
|
||||||
GetValidationInfo
|
GetValidationInfo
|
||||||
|
|
||||||
if [[ "${USE_FIND_ALGORITHM}" == "false" ]]; then
|
if [[ "${USE_FIND_ALGORITHM}" == "false" ]] || [[ "${IGNORE_GITIGNORED_FILES}" == "true" ]]; then
|
||||||
debug "Validate the local Git environment"
|
debug "Validate the local Git environment"
|
||||||
ValidateLocalGitRepository
|
ValidateLocalGitRepository
|
||||||
ValidateGitShaReference
|
ValidateGitShaReference
|
||||||
|
|
Loading…
Reference in a new issue