forked from quic-go/quic-go
run staticcheck in gometalinter
This commit is contained in:
@@ -6,7 +6,7 @@ go get -t ./...
|
||||
if [ ${TESTMODE} == "lint" ]; then
|
||||
go get github.com/alecthomas/gometalinter
|
||||
gometalinter --install
|
||||
gometalinter --tests ./...
|
||||
gometalinter --deadline=90s --tests ./...
|
||||
fi
|
||||
|
||||
if [ ${TESTMODE} == "unit" ]; then
|
||||
|
||||
Reference in New Issue
Block a user