Pylint count is below 5000

This commit is contained in:
Ned Batchelder
2015-12-14 09:18:29 -05:00
parent 160f391408
commit 0632240331

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() {