Add Jenkins support for Safe Templates Linter

This commit is contained in:
Robert Raposa
2016-04-18 19:30:37 -04:00
parent 28b0d993cc
commit ec442789c0
4 changed files with 111 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ set -e
# Violations thresholds for failing the build
export PYLINT_THRESHOLD=4175
export JSHINT_THRESHOLD=9080
export SAFELINT_THRESHOLD=2550
doCheckVars() {
if [ -n "$CIRCLECI" ] ; then