Skip to content

Commit

Permalink
Fix the staticcheck use.
Browse files Browse the repository at this point in the history
  • Loading branch information
divVerent committed Feb 13, 2025
1 parent 6326b77 commit a13eb12
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 @@ -80,7 +80,7 @@ clean:
.PHONY: vet
vet:
$(GO) vet ./...
$(GO) run honnef.co/go/tools/cmd/staticcheck@latest ./...
$(GO) run honnef.co/go/tools/cmd/staticcheck@release.2024.1 ./...
# TODO make it bail out when something is found.
gofmt -d -s $(SOURCES)
gofmt -d -r 'fmt.Sprintf(s) -> s' $(SOURCES)
Expand Down

0 comments on commit a13eb12

Please sign in to comment.