Skip to content

Commit ba08781

Browse files
committed
ignore deprecations
1 parent 7616959 commit ba08781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ vet:
6868
.PHONY: staticcheck
6969
staticcheck:
7070
@go install honnef.co/go/tools/cmd/[email protected]
71-
staticcheck ./...
71+
staticcheck -checks "inherit,-SA1019" ./...
7272

7373
.PHONY: ineffassign
7474
ineffassign:

0 commit comments

Comments
 (0)