We've re-enabled some warnings, so have to raise the limit

This commit is contained in:
Ned Batchelder
2018-11-02 10:14:10 -04:00
parent 8acea435cf
commit 083a8d3a52

View File

@@ -2,6 +2,6 @@
set -e
export LOWER_PYLINT_THRESHOLD=1000
export UPPER_PYLINT_THRESHOLD=2715
export UPPER_PYLINT_THRESHOLD=2750
export ESLINT_THRESHOLD=5590
export STYLELINT_THRESHOLD=973