Merge pull request #12387 from edx/zoldak/update-jshint-threshold

Lower the jshint threshold to 7550
This commit is contained in:
Jesse Zoldak
2016-05-06 11:41:50 -04:00

View File

@@ -12,7 +12,7 @@ set -e
# Violations thresholds for failing the build
export PYLINT_THRESHOLD=4175
export JSHINT_THRESHOLD=9080
export JSHINT_THRESHOLD=7550
export SAFELINT_THRESHOLD=2700
doCheckVars() {