build: Add gosimple linter to goclean.sh.
This modifies the goclean.sh script to include the gosimple lint tool to the gometalinter configuration.
This commit is contained in:
parent
915fa6639b
commit
c180551348
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ test -z "$(gometalinter --disable-all \
|
|||
--enable=gofmt \
|
||||
--enable=golint \
|
||||
--enable=vet \
|
||||
--enable=gosimple \
|
||||
--deadline=20s $(glide novendor) | grep -v 'ALL_CAPS\|OP_' 2>&1 | tee /dev/stderr)"
|
||||
env GORACE="halt_on_error=1" go test -v -race -tags rpctest $(glide novendor)
|
||||
|
||||
|
|
Loading…
Reference in a new issue