fix(makefile): reduce deps of lint target

This commit is contained in:
2020-11-01 16:37:45 +00:00
parent 14154effe0
commit 6d8c502349

View File

@@ -98,7 +98,7 @@ test:
go test $(V) -count=1 --race ./...
.PHONY: lint
lint: $(TOOLS)
lint: golangci-lint
$(info Running Go linters)
GOGC=off golangci-lint $(V) run