Resolve run_pylint error.

This commit is contained in:
Ben Patterson
2015-01-20 06:28:11 -05:00
parent f8a048d6e2
commit 11613bd26a
2 changed files with 2 additions and 2 deletions

View File

@@ -56,7 +56,7 @@ set -e
###############################################################################
# Violations thresholds for failing the build
PYLINT_THRESHOLD=5800
PYLINT_THRESHOLD=6300
PEP8_THRESHOLD=0
source $HOME/jenkins_env