Fix lint task
This commit is contained in:
3
Makefile
3
Makefile
@ -14,7 +14,8 @@ test: tidy
|
||||
go test -mod=vendor -v ./...
|
||||
|
||||
lint:
|
||||
@GO111MODULE=off golangci-lint run -e '.*/pkg/mod' -e ".*/go/src" --enable-all --disable lll $(LINT_ARGS)
|
||||
go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.32.2
|
||||
go run github.com/golangci/golangci-lint/cmd/golangci-lint run -e '.*/pkg/mod' -e ".*/go/src" --enable-all --disable lll $(LINT_ARGS)
|
||||
|
||||
tidy:
|
||||
go mod tidy
|
||||
|
Reference in New Issue
Block a user