Files
edx-platform/scripts/thresholds.sh
Aarif 58a54f8d0b BOM-2543: Remove the diff-quality step from quality checks (#27619)
* build: Removed the diff-quality step
Applied lint-amnesty on all the warnings
Removed pylint thresholds comparison code and related tests

Co-authored-by: Usama Sadiq <usama.sadiq@arbisoft.com>
2021-06-07 18:37:06 +05:00

6 lines
88 B
Bash
Executable File

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