diff --git a/Makefile b/Makefile index 1120862..27ffd7f 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ tidy: .PHONY: audit audit: go mod verify - go vet ./... + go vet ./ ./internal/utils # ignore Kaitai Struct files as they trip some rules go run honnef.co/go/tools/cmd/staticcheck@latest -checks=all,-ST1000,-U1000 ./... go run golang.org/x/vuln/cmd/govulncheck@latest ./... go test -race -buildvcs -vet=off ./...