Skip to content

Commit 90b17b2

Browse files
jackcclaude
andcommitted
chore: add go-critic to mise tools
Provisions the standalone gocritic binary alongside the other go-based linters now that gocritic is enabled in .golangci.yml. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 6206074 commit 90b17b2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

mise.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[tools]
22
go = '1.26.3'
3+
"go:github.com/go-critic/go-critic/cmd/gocritic" = "latest"
34
"go:github.com/gordonklaus/ineffassign" = "latest"
45
"go:github.com/mdempsky/unconvert" = "latest"
56
"go:golang.org/x/tools/cmd/goimports" = "latest"

0 commit comments

Comments
 (0)