Revert: Enhance Jenkins integration of safe template linting

This commit is contained in:
Robert Raposa
2016-05-11 09:56:23 -04:00
parent 8340703f41
commit 5ea529ae39
7 changed files with 41 additions and 423 deletions

View File

@@ -13,7 +13,7 @@ set -e
# Violations thresholds for failing the build
export PYLINT_THRESHOLD=4175
export JSHINT_THRESHOLD=7550
source scripts/safelint_thresholds.sh
export SAFELINT_THRESHOLD=2700
doCheckVars() {
if [ -n "$CIRCLECI" ] ; then