Lower ESLint thresholds post-autofix

This commit is contained in:
Brian Jacobel
2016-08-09 12:24:22 -04:00
parent ab04f537c7
commit cc857c6b32

View File

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