From ab441dbca1d6db6402a7b9e2eec6b0d9cd7985af Mon Sep 17 00:00:00 2001 From: stv Date: Tue, 25 Nov 2014 13:00:19 -0500 Subject: [PATCH] Lower PEP8 threshold to 5 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 7ee90db0d8..ba83d90950 100755 --- a/scripts/all-tests.sh +++ b/scripts/all-tests.sh @@ -57,7 +57,7 @@ set -e # Violations thresholds for failing the build PYLINT_THRESHOLD=4600 -PEP8_THRESHOLD=10 +PEP8_THRESHOLD=5 source $HOME/jenkins_env