Lower the pylint threshold

This commit is contained in:
Ned Batchelder
2016-08-02 21:10:49 -04:00
parent 76bc4fb98e
commit b4e2af3aae

View File

@@ -11,7 +11,7 @@ set -e
###############################################################################
# Violations thresholds for failing the build
export PYLINT_THRESHOLD=4175
export PYLINT_THRESHOLD=3750
export ESLINT_THRESHOLD=49019
SAFELINT_THRESHOLDS=`cat scripts/safelint_thresholds.json`