From ba08781832546ded3efded8e71854b48da1ff0d2 Mon Sep 17 00:00:00 2001 From: Scott Blum Date: Tue, 28 Jan 2025 13:25:22 -0500 Subject: [PATCH] ignore deprecations --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 18d8080..0c92794 100644 --- a/Makefile +++ b/Makefile @@ -68,7 +68,7 @@ vet: .PHONY: staticcheck staticcheck: @go install honnef.co/go/tools/cmd/staticcheck@v0.5.1 - staticcheck ./... + staticcheck -checks "inherit,-SA1019" ./... .PHONY: ineffassign ineffassign: