upping eslint violation count since a merged commit didn't know about it.

This commit is contained in:
Ben Patterson
2017-03-21 19:27:02 -04:00
parent 3eb3373c8b
commit 9d4d445d2b

View File

@@ -12,7 +12,7 @@ set -e
# Violations thresholds for failing the build
export PYLINT_THRESHOLD=3600
export ESLINT_THRESHOLD=10106
export ESLINT_THRESHOLD=10122
SAFELINT_THRESHOLDS=`cat scripts/safelint_thresholds.json`
export SAFELINT_THRESHOLDS=${SAFELINT_THRESHOLDS//[[:space:]]/}