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 b36a1c0 commit a6f17c1
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 @@ -12,6 +12,6 @@ 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 ./...
TZ=UTC go test -race -vet=off -coverprofile=coverage.out ./...
go mod verify

0 comments on commit a6f17c1

Please sign in to comment.