summaryrefslogtreecommitdiff
path: root/service/go
diff options
context:
space:
mode:
Diffstat (limited to 'service/go')
-rwxr-xr-xservice/go1
1 files changed, 0 insertions, 1 deletions
diff --git a/service/go b/service/go
index 3ffefb72..c8a672c3 100755
--- a/service/go
+++ b/service/go
@@ -94,7 +94,6 @@ function runCoverageUnitAndIntegration {
if [ "$1" == 'test' ]; then
set -e
- runJSHint
runPep8
runUnitTests "${@:2}"
runIntegrationTests "${@:2}"