Files
edx-platform/scripts/thresholds.sh
Michael Terry a4bd5a7ec9 AA-197: Provide cert upgrade info to learning MFE
Specifically, pass the MFE the audit access expiration date and
let it know when the upgrade deadline has passed, by not passing
any verified mode information along.
2020-10-27 09:05:12 -04:00

8 lines
158 B
Bash
Executable File

#!/usr/bin/env bash
set -e
export LOWER_PYLINT_THRESHOLD=1000
export UPPER_PYLINT_THRESHOLD=2430
export ESLINT_THRESHOLD=5300
export STYLELINT_THRESHOLD=880