Add Python linting

This commit is contained in:
Robert Raposa
2016-04-21 17:38:13 -04:00
committed by Clinton Blackburn
parent 2ec3bcd22e
commit ec6dc57c99
3 changed files with 838 additions and 303 deletions

View File

@@ -13,7 +13,7 @@ set -e
# Violations thresholds for failing the build
export PYLINT_THRESHOLD=4175
export JSHINT_THRESHOLD=9080
export SAFELINT_THRESHOLD=2550
export SAFELINT_THRESHOLD=2700
doCheckVars() {
if [ -n "$CIRCLECI" ] ; then