mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 08:41:02 -05:00
Honoring DISABLE_ERRORS
This commit is contained in:
parent
e89faa7920
commit
dd84550d46
1 changed files with 5 additions and 0 deletions
|
@ -988,6 +988,11 @@ CallStatusAPI() {
|
|||
else
|
||||
# Failure
|
||||
MESSAGE="${FAIL_MSG}"
|
||||
|
||||
# make sure we honor DISABLE_ERRORS
|
||||
if [ "${DISABLE_ERRORS}" == "true" ]; then
|
||||
STATUS="success"
|
||||
fi
|
||||
fi
|
||||
|
||||
##########################################################
|
||||
|
|
Loading…
Reference in a new issue