Fix the systems parsing code for pylint.

Add lower pylint error threshold to guard against unsuccessful runs.
Increase upper pylint threshold. Add tests for pylint option parsing.
This commit is contained in:
John Eskew
2017-11-15 20:36:10 -05:00
parent a4474385ec
commit c78ccf8fc1
5 changed files with 78 additions and 23 deletions

View File

@@ -11,7 +11,8 @@ set -e
###############################################################################
# Violations thresholds for failing the build
export PYLINT_THRESHOLD=3600
export LOWER_PYLINT_THRESHOLD=1000
export UPPER_PYLINT_THRESHOLD=5335
export ESLINT_THRESHOLD=9134
export STYLELINT_THRESHOLD=973