Commit f17be67d by stv Committed by Zia Fazal

Lower PEP8 threshold to 0 violations

parent fc89d834
......@@ -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