Skip to content

Commit

Permalink
ci: disable vet scanning on kaitai struct output file
Browse files Browse the repository at this point in the history
  • Loading branch information
vwhitteron committed Feb 27, 2024
1 parent 8de7c72 commit 838b8ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 ./...
Expand Down

0 comments on commit 838b8ec

Please sign in to comment.