From 3417672d56ed9091fcfd60bfefee06a30c589a29 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 30 Apr 2015 09:58:40 -0400 Subject: [PATCH] Have to increase the pylint limit now that we examine more files --- 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 6333dfeba6..d41ed9a8b6 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=5500 +PYLINT_THRESHOLD=6400 # If the environment variable 'SHARD' is not set, default to 'all'. # This could happen if you are trying to use this script from