Merge pull request #22652 from edx/feanil/lower_pylint_threshold

Lower the pylint threshold.
This commit is contained in:
Feanil Patel
2019-12-30 14:49:27 -05:00
committed by GitHub

View File

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