Files
edx-platform/scripts/thresholds.sh
Dillon Dumesnil 6b16fcd9b3 AA-393: Update Next Section Logic
Inside content_highlights.py, we had code to calculate due dates
for when there isn't graded content, but we could only reach that
code path if the user had an assignment with a due date at the
target date. Now we will check for all learners who could be in
range of having an update and let the code in content_highlights.py
decide if a highlight should be sent
2020-10-30 15:02:03 -04:00

8 lines
158 B
Bash
Executable File

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