lint: force GO111MODULE=on when running gometalinter

This commit is contained in:
Jarek Kowalski
2018-10-27 09:18:49 -07:00
parent 506cea606f
commit 34a1975142

View File

@@ -8,7 +8,7 @@ setup:
GO111MODULE=off gometalinter.v2 --install
lint:
gometalinter.v2 ./...
GO111MODULE=on gometalinter.v2 ./...
test:
GO111MODULE=on go test -count=1 -coverprofile=tmp.cov --coverpkg ./... -timeout 90s ./...