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 ./...