Merge pull request #26322 from edx/usamasadiq/lower-pylint-upper-threshold

Lower the UPPER_PYLINT_THRESHOLD to 5900
This commit is contained in:
Usama Sadiq
2021-02-02 17:58:24 +05:00
committed by GitHub

View File

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