Skip to content

Commit

Permalink
new linter
Browse files Browse the repository at this point in the history
  • Loading branch information
hrissan authored and Brat-vseznamus committed Nov 20, 2024
1 parent d30f9d9 commit c0ed278
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 @@ -160,4 +160,4 @@ cpp:
.PHONY: check
check: build
@go test $(shell go list ./cmd/... ./internal/... ./pkg/... | grep -v /internal/tlcodegen/test/gen/)
@go run honnef.co/go/tools/cmd/staticcheck@v0.4.7 ./... # update version together with github actions
@go run honnef.co/go/tools/cmd/staticcheck@v0.5.1 ./... # update version together with github actions

0 comments on commit c0ed278

Please sign in to comment.