From 6823cb6306b4be123e01eee8d657f8c7fb4b5ead Mon Sep 17 00:00:00 2001 From: stv Date: Mon, 24 Nov 2014 17:06:06 -0500 Subject: [PATCH] Lower PyLint threshold to 4600 violations --- scripts/all-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/all-tests.sh b/scripts/all-tests.sh index 52cab28a02..40c15848f1 100755 --- a/scripts/all-tests.sh +++ b/scripts/all-tests.sh @@ -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