Add new info message to profile page.

This commit is contained in:
Diana Huang
2017-09-12 11:15:35 -04:00
committed by Andy Armstrong
parent 39cf0b44b5
commit cbfea6515d
13 changed files with 302 additions and 193 deletions

View File

@@ -13,7 +13,7 @@ set -e
# Violations thresholds for failing the build
export PYLINT_THRESHOLD=3600
export ESLINT_THRESHOLD=9134
export STYLELINT_THRESHOLD=15579
export STYLELINT_THRESHOLD=15852
XSSLINT_THRESHOLDS=`cat scripts/xsslint_thresholds.json`
export XSSLINT_THRESHOLDS=${XSSLINT_THRESHOLDS//[[:space:]]/}