diff --git a/lib/linter.sh b/lib/linter.sh index 4188f6af..f72f3e03 100755 --- a/lib/linter.sh +++ b/lib/linter.sh @@ -1895,6 +1895,14 @@ Footer() fi done + ################################## + # Exit with 0 if errors disabled # + ################################## + + if ${ERRORS_DISABLED} then + exit 0 + fi + ############################### # Exit with 1 if errors found # ###############################