Lower the pylint_error_threshold to 4000

This commit is contained in:
usamasadiq
2021-02-03 19:38:29 +05:00
parent 1d2d59f8bd
commit 144a16f424

View File

@@ -2,6 +2,6 @@
set -e
export LOWER_PYLINT_THRESHOLD=1000
export UPPER_PYLINT_THRESHOLD=5900
export UPPER_PYLINT_THRESHOLD=4000
export ESLINT_THRESHOLD=5300
export STYLELINT_THRESHOLD=880