From 99008147ab8bda79a54ee42a4ad397c186d30de7 Mon Sep 17 00:00:00 2001 From: stv Date: Wed, 18 Feb 2015 12:55:37 -0800 Subject: [PATCH] Lower Pylint threshold by 200 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 1aa96a824a..3b366d9d07 100755 --- a/scripts/all-tests.sh +++ b/scripts/all-tests.sh @@ -61,7 +61,7 @@ git clean -qxfd source scripts/jenkins-common.sh # Violations thresholds for failing the build -PYLINT_THRESHOLD=6300 +PYLINT_THRESHOLD=6100 PEP8_THRESHOLD=0 # If the environment variable 'SHARD' is not set, default to 'all'.