Skip to content
Snippets Groups Projects
Unverified Commit 959a29fa authored by Usama Sadiq's avatar Usama Sadiq Committed by GitHub
Browse files

Merge pull request #26453 from edx/usamasadiq/lower-pylint-upper-threshold

Lower the pylint threshold to 200
parents 9d1f5e12 eb0f44a1
No related branches found
Tags release-2021-02-09-14.12
No related merge requests found
#!/usr/bin/env bash
set -e
export LOWER_PYLINT_THRESHOLD=500
export UPPER_PYLINT_THRESHOLD=500
export LOWER_PYLINT_THRESHOLD=200
export UPPER_PYLINT_THRESHOLD=200
export ESLINT_THRESHOLD=5300
export STYLELINT_THRESHOLD=880
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