Lower pylint threshold to just above what it is on master

This commit is contained in:
Calen Pennington
2017-12-06 10:03:48 -05:00
committed by GitHub
parent e40b00eda6
commit bcd66c5135

View File

@@ -12,7 +12,7 @@ set -e
# Violations thresholds for failing the build
export LOWER_PYLINT_THRESHOLD=1000
export UPPER_PYLINT_THRESHOLD=6200
export UPPER_PYLINT_THRESHOLD=5900
export ESLINT_THRESHOLD=9134
export STYLELINT_THRESHOLD=973