Commit edb6c161 by stv

Lower PEP8 threshold to 0 violations

parent a86777eb
......@@ -57,7 +57,7 @@ set -e
# Violations thresholds for failing the build
PYLINT_THRESHOLD=4600
PEP8_THRESHOLD=5
PEP8_THRESHOLD=0
source $HOME/jenkins_env
......
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