mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-03-30 15:08:33 +00:00
build: Add unconvert linter to goclean.sh.
This modifies the goclean.sh script to include the unconvert lint tool in the gometalinter configuration. It also bumps the deadline to 45 seconds to give slower TravisCI build servers more breathing room.
This commit is contained in:
parent
c180551348
commit
fbb49ae349
@ -17,6 +17,7 @@ test -z "$(gometalinter --disable-all \
|
||||
--enable=golint \
|
||||
--enable=vet \
|
||||
--enable=gosimple \
|
||||
--enable=unconvert \
|
||||
--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…
x
Reference in New Issue
Block a user