Merge pull request #10977 from edx/ned/lower-pylint-threshhold

Pylint count is below 5000
This commit is contained in:
Ned Batchelder
2015-12-15 10:13:06 -05:00

View File

@@ -11,7 +11,7 @@ set -e
###############################################################################
# Violations thresholds for failing the build
export PYLINT_THRESHOLD=5400
export PYLINT_THRESHOLD=4999
export JSHINT_THRESHOLD=9080
doCheckVars() {