Tags: dcaba/golangci-lint
Tags
Use separate go.mod/go.sum to manage tool deps. (golangci#736) Fixes downstream `go get` issues due to broken/invalid transitive goreleaser dependencies. Fixes golangci#730
fix golangci#522: run misspell in text mode Treat Go source files as plain text files by misspell: it allows detecting issues in strings, variable names, etc. Also, it's the default mode of a standalone misspell tool. Also, implement richer and more stable auto-fix of misspell issues: now it can fix multiple issues in one line.
PreviousNext