Refactor learner profile into openedx/features directory

LEARNER-1855
This commit is contained in:
Andy Armstrong
2017-07-17 17:04:55 -04:00
parent 583719cce1
commit 33bee3f70b
39 changed files with 411 additions and 311 deletions

View File

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