Files
edx-platform/scripts/thresholds.sh
Feanil Patel d63aaaa4c3 Lower the pylint threshold.
We fixed various deprecation warnings as part of BOM-1024
2019-12-30 13:52:15 -05:00

8 lines
158 B
Bash
Executable File

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