diff --git a/lib/linter.sh b/lib/linter.sh index 08edb0e6..5a9ec0da 100755 --- a/lib/linter.sh +++ b/lib/linter.sh @@ -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 ##########################################################