Files
edx-platform/scripts/thresholds.sh
Feanil Patel 2204e92f8e Up the pylint limit because we get a bunch of deprecated-metod warnings in python 3.
We should fix them eventually but don't want them to block going
to python 3.
2019-11-07 09:09:08 -05:00

8 lines
158 B
Bash
Executable File

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