Update pylint to 1.4.0

This commit is contained in:
David Baumgold
2014-07-01 16:19:45 -04:00
parent 4a37648f36
commit d6b187d147
4 changed files with 165 additions and 140 deletions

View File

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