Commit 4d1d709e by Ben Patterson Committed by GitHub

Merge pull request #14746 from edx/benp/fix-eslint-fails

upping eslint violation count since a merged commit didn't know about…
parents 557b4edd 9d4d445d
......@@ -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:]]/}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment