Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ignore deprecations
Browse files Browse the repository at this point in the history
dragonsinth committed Jan 28, 2025
1 parent 7616959 commit ba08781
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
@@ -68,7 +68,7 @@ vet:
.PHONY: staticcheck
staticcheck:
@go install honnef.co/go/tools/cmd/[email protected]
staticcheck ./...
staticcheck -checks "inherit,-SA1019" ./...

.PHONY: ineffassign
ineffassign:

0 comments on commit ba08781

Please sign in to comment.