Add Jenkins support for Safe Templates Linter
This commit is contained in:
committed by
Clinton Blackburn
parent
0d5e504c8d
commit
9168789668
@@ -13,6 +13,7 @@ set -e
|
||||
# Violations thresholds for failing the build
|
||||
export PYLINT_THRESHOLD=4175
|
||||
export JSHINT_THRESHOLD=9080
|
||||
export SAFELINT_THRESHOLD=2550
|
||||
|
||||
doCheckVars() {
|
||||
if [ -n "$CIRCLECI" ] ; then
|
||||
|
||||
Reference in New Issue
Block a user