Commit a1fc25b8 by David Baumgold

Pylint violations are below 6000

parent d8a45294
......@@ -61,7 +61,7 @@ git clean -qxfd
source scripts/jenkins-common.sh
# Violations thresholds for failing the build
PYLINT_THRESHOLD=6100
PYLINT_THRESHOLD=6000
PEP8_THRESHOLD=0
# If the environment variable 'SHARD' is not set, default to 'all'.
......@@ -93,7 +93,7 @@ END
;;
"unit")
case "$SHARD" in
case "$SHARD" in
"lms")
paver test_system -s lms
paver coverage
......
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