Files
edx-platform/scripts/thresholds.sh
Michael Terry ea92073e08 Limit course outline to a depth of two
Previously, we'd show three layers deep (section, subsection, and
unit). But now we cut out unit and stop at subsection.

AA-17
2020-02-03 14:49:34 -05:00

8 lines
158 B
Bash
Executable File

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