Up the pylint limit because we get a bunch of deprecated-metod warnings in python 3.

We should fix them eventually but don't want them to block going
to python 3.
This commit is contained in:
Feanil Patel
2019-11-06 17:01:37 -05:00
parent 733f6f8f24
commit 2204e92f8e

View File

@@ -2,6 +2,6 @@
set -e
export LOWER_PYLINT_THRESHOLD=1000
export UPPER_PYLINT_THRESHOLD=2100
export UPPER_PYLINT_THRESHOLD=3250
export ESLINT_THRESHOLD=5530
export STYLELINT_THRESHOLD=880