Update pylint and astroid, reduces pylint count by 400

This commit is contained in:
Ned Batchelder
2015-08-03 11:49:54 -04:00
parent 051e838ffb
commit 52acdae60c
2 changed files with 3 additions and 3 deletions

View File

@@ -58,7 +58,7 @@ git clean -qxfd
source scripts/jenkins-common.sh
# Violations thresholds for failing the build
PYLINT_THRESHOLD=6600
PYLINT_THRESHOLD=6200
JSHINT_THRESHOLD=3700
# If the environment variable 'SHARD' is not set, default to 'all'.