From 66cc179b7cd99013ae0c84dacb7a47f9b46ae038 Mon Sep 17 00:00:00 2001 From: Jan Steinke Date: Sat, 17 Feb 2024 11:46:09 +0200 Subject: [PATCH] add go vet --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 5507572..07453e5 100644 --- a/Makefile +++ b/Makefile @@ -22,5 +22,6 @@ test: go test ./... lint: + go vet ./... go run honnef.co/go/tools/cmd/staticcheck ./... go run github.com/mgechev/revive -set_exit_status ./...