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

Lower down pylint error thresholds
This commit is contained in:
Usama Sadiq
2021-02-09 00:44:18 +05:00
committed by GitHub

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -e
export LOWER_PYLINT_THRESHOLD=1000
export UPPER_PYLINT_THRESHOLD=4000
export LOWER_PYLINT_THRESHOLD=500
export UPPER_PYLINT_THRESHOLD=500
export ESLINT_THRESHOLD=5300
export STYLELINT_THRESHOLD=880