From 5e1c5df32004b819414548d08488fd79f8afc43e Mon Sep 17 00:00:00 2001 From: stv Date: Tue, 11 Nov 2014 10:32:39 -0800 Subject: [PATCH] Lower PEP8 threshold to 15 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 40c15848f1..421aac36be 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=150 +PEP8_THRESHOLD=15 source $HOME/jenkins_env