Lower Pylint threshold to 5800 violations

This commit is contained in:
stv
2015-03-02 20:20:31 -08:00
parent 181eed241f
commit 4e2927f146

View File

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