Lower PEP8 threshold to 5 violations
This commit is contained in:
@@ -57,7 +57,7 @@ set -e
|
||||
|
||||
# Violations thresholds for failing the build
|
||||
PYLINT_THRESHOLD=4600
|
||||
PEP8_THRESHOLD=10
|
||||
PEP8_THRESHOLD=5
|
||||
|
||||
source $HOME/jenkins_env
|
||||
|
||||
|
||||
Reference in New Issue
Block a user