Skip to content

Commit

Permalink
build: ignore deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ReuDa committed Nov 20, 2024
1 parent b1c8678 commit 7a07b1b
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 vet ./...
go run honnef.co/go/tools/cmd/staticcheck@latest -checks=all,-ST1000,-U1000,-ST1003 ./...
go run honnef.co/go/tools/cmd/staticcheck@latest -checks=all,-SA1019,-ST1000,-U1000,-ST1003 ./...
go test -race -vet=off -coverprofile=coverage.out ./...
go mod verify

Expand Down

0 comments on commit 7a07b1b

Please sign in to comment.