Merge pull request #7013 from stvstnfrd/pylint/low

Fix Pylint violations (easy)
This commit is contained in:
Sarina Canelake
2015-02-20 16:36:52 -05:00
34 changed files with 66 additions and 94 deletions

View File

@@ -61,7 +61,7 @@ git clean -qxfd
source scripts/jenkins-common.sh
# Violations thresholds for failing the build
PYLINT_THRESHOLD=6300
PYLINT_THRESHOLD=6100
PEP8_THRESHOLD=0
# If the environment variable 'SHARD' is not set, default to 'all'.