Skip to content
Snippets Groups Projects
Commit b4e2af3a authored by Ned Batchelder's avatar Ned Batchelder
Browse files

Lower the pylint threshold

parent 76bc4fb9
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ set -e
###############################################################################
# Violations thresholds for failing the build
export PYLINT_THRESHOLD=4175
export PYLINT_THRESHOLD=3750
export ESLINT_THRESHOLD=49019
SAFELINT_THRESHOLDS=`cat scripts/safelint_thresholds.json`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment