From b7c4c0bde3fbb3521ea2e280bca6f1ea80f81ca7 Mon Sep 17 00:00:00 2001 From: Bruno Wagner Date: Mon, 12 Jan 2015 11:35:26 -0200 Subject: Added jshint to the go test --- service/go | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'service/go') diff --git a/service/go b/service/go index 111f7515..a6cf213e 100755 --- a/service/go +++ b/service/go @@ -24,7 +24,14 @@ function runPep8 { pep8 pixelated test --ignore=E501 } +function runJSHint { + cd ../web-ui + LC_ALL=en_US.UTF-8 ./go jshint + cd - +} + if [ "$1" == 'test' ]; then + runJSHint runPep8 runUnitTests runIntegrationTests -- cgit v1.2.3