From bd4658e6a020e2f50981c2efb6b3fe6db26e07b4 Mon Sep 17 00:00:00 2001 From: stv Date: Mon, 10 Nov 2014 13:30:47 -0800 Subject: [PATCH] Lower PEP8 threshold to 150 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 a666402078..52cab28a02 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=4725 -PEP8_THRESHOLD=200 +PEP8_THRESHOLD=150 source $HOME/jenkins_env