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