Updating JSHint threshold

This commit is contained in:
Chris Rodriguez
2015-11-19 14:58:05 -05:00
parent 9d18bd6196
commit d1efc3fed1

View File

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