Commit 271f8233 by Robert Raposa

Merge pull request #12236 from edx/robrap/linter-python

TNL-4326: Add Python linting
parents 1aab7516 374dcb32
...@@ -13,7 +13,7 @@ set -e ...@@ -13,7 +13,7 @@ set -e
# Violations thresholds for failing the build # Violations thresholds for failing the build
export PYLINT_THRESHOLD=4175 export PYLINT_THRESHOLD=4175
export JSHINT_THRESHOLD=9080 export JSHINT_THRESHOLD=9080
export SAFELINT_THRESHOLD=2550 export SAFELINT_THRESHOLD=2700
doCheckVars() { doCheckVars() {
if [ -n "$CIRCLECI" ] ; then if [ -n "$CIRCLECI" ] ; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment