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
This commit is contained in:
Michael Terry
2020-01-30 11:14:36 -05:00
parent f09e9fdc57
commit ea92073e08
5 changed files with 71 additions and 165 deletions

View File

@@ -2,6 +2,6 @@
set -e
export LOWER_PYLINT_THRESHOLD=1000
export UPPER_PYLINT_THRESHOLD=2100
export UPPER_PYLINT_THRESHOLD=2005
export ESLINT_THRESHOLD=5530
export STYLELINT_THRESHOLD=880