Commit 8070886a by stv Committed by Zia Fazal

Lower PEP8 threshold to 5 violations

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