From bcd66c513568b4f6b39d4adc236fc04b9f58f6ae Mon Sep 17 00:00:00 2001 From: Calen Pennington Date: Wed, 6 Dec 2017 10:03:48 -0500 Subject: [PATCH] Lower pylint threshold to just above what it is on master --- 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 88c0b7df2a..730d75dc09 100755 --- a/scripts/all-tests.sh +++ b/scripts/all-tests.sh @@ -12,7 +12,7 @@ set -e # Violations thresholds for failing the build export LOWER_PYLINT_THRESHOLD=1000 -export UPPER_PYLINT_THRESHOLD=6200 +export UPPER_PYLINT_THRESHOLD=5900 export ESLINT_THRESHOLD=9134 export STYLELINT_THRESHOLD=973