Commit 7a852b0b by Jesse Zoldak

Lower pylint threshold to 7000!

parent 9d5b5658
...@@ -58,7 +58,7 @@ git clean -qxfd ...@@ -58,7 +58,7 @@ git clean -qxfd
source scripts/jenkins-common.sh source scripts/jenkins-common.sh
# Violations thresholds for failing the build # Violations thresholds for failing the build
PYLINT_THRESHOLD=7100 PYLINT_THRESHOLD=7000
JSHINT_THRESHOLD=3700 JSHINT_THRESHOLD=3700
# If the environment variable 'SHARD' is not set, default to 'all'. # If the environment variable 'SHARD' is not set, default to 'all'.
......
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