diff --git a/scripts/all-tests.sh b/scripts/all-tests.sh index 894d6bbc79..a666402078 100755 --- a/scripts/all-tests.sh +++ b/scripts/all-tests.sh @@ -57,7 +57,7 @@ set -e # Violations thresholds for failing the build PYLINT_THRESHOLD=4725 -PEP8_THRESHOLD=400 +PEP8_THRESHOLD=200 source $HOME/jenkins_env