Lower PyLint threshold to 4600 violations

This commit is contained in:
stv
2014-11-24 17:06:06 -05:00
parent ae7eb2f79f
commit 6823cb6306

View File

@@ -56,7 +56,7 @@ set -e
###############################################################################
# Violations thresholds for failing the build
PYLINT_THRESHOLD=4725
PYLINT_THRESHOLD=4600
PEP8_THRESHOLD=150
source $HOME/jenkins_env