Since the path import changes solved pylint issues, decrease the limit.

This commit is contained in:
Ned Batchelder
2015-08-27 13:39:14 -04:00
parent 2a0259095d
commit ff67dff633

View File

@@ -11,7 +11,7 @@ set -e
###############################################################################
# Violations thresholds for failing the build
export PYLINT_THRESHOLD=6275
export PYLINT_THRESHOLD=6175
export JSHINT_THRESHOLD=3700
doCheckVars() {