mirror of
https://github.com/super-linter/super-linter.git
synced 2024-12-23 05:02:15 -05:00
exit early if errors are disabled
This commit is contained in:
parent
2338c2c98e
commit
ff19ebe77d
1 changed files with 8 additions and 0 deletions
|
@ -1895,6 +1895,14 @@ Footer()
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
##################################
|
||||||
|
# Exit with 0 if errors disabled #
|
||||||
|
##################################
|
||||||
|
|
||||||
|
if ${ERRORS_DISABLED} then
|
||||||
|
exit 0
|
||||||
|
fi
|
||||||
|
|
||||||
###############################
|
###############################
|
||||||
# Exit with 1 if errors found #
|
# Exit with 1 if errors found #
|
||||||
###############################
|
###############################
|
||||||
|
|
Loading…
Reference in a new issue