Lower the pylint threshold

This commit is contained in:
Ned Batchelder
2015-03-20 15:49:47 -04:00
parent f396c11579
commit 5a414914e4

View File

@@ -61,7 +61,7 @@ git clean -qxfd
source scripts/jenkins-common.sh
# Violations thresholds for failing the build
PYLINT_THRESHOLD=5800
PYLINT_THRESHOLD=5500
# If the environment variable 'SHARD' is not set, default to 'all'.
# This could happen if you are trying to use this script from