go-linter
There are 13 repositories under go-linter topic.
tomarrell/wrapcheck
A Go linter to check that errors from external packages are wrapped
jcchavezs/porto
Tool for adding vanity import to Go code
utrack/goban
linter that bans usage of certain methods and functions
hedhyw/go-import-lint
Golang source code analyzer that checks imports order. It verifies that standard, current package, and vendor imports are separated by a line.
sivukhin/govanish
Cute linter which alerts you about the code removed from binary by Go compiler
stbenjam/no-sprintf-host-port
Go linter that checks for URL construction that won't work with IPv6
AdamBrianBright/errstack
ErrStack is a linter for Go that checks for unnecessary error wrapping using `errors.Wrap`, `errors.Wrapf`, and `errors.WithStack`.
Articola-Tools/go-linter
Preconfigured linter for Go files, used in Articola Tools organization's repositories
eugercek/noyoda
Go Linter
iimos/go-check-err-chains
Go linter that checks that the error text contains a prefix indicating the package/function/method where the error occurred
Vishal1297/golangci-lint-example
A repository having golangci linter example using GitHub Actions or Docker
adamdecaf/xmlencoderclose
Go linter to check xml.Encoders are closed