aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e4755a8a..c799682e 100644
--- a/Makefile
+++ b/Makefile
@@ -61,7 +61,7 @@ lint:
@$(GO) run mvdan.cc/gofumpt -l . | grep ^ \
&& echo The above files need to be formatted, please run make fmt && exit 1 \
|| echo all files formatted.
- $(GO) vet ./...
+ $(GO) run github.com/golangci/golangci-lint/cmd/golangci-lint run
.PHONY: tests
tests: