Adding Gocheckit to Misc linters

Adding Gocheckit which is "A Go tool to help identify Deprecated Go Modules"
pull/16/head
Chris Le Roy 4 years ago committed by GitHub
parent 6850c5d0e3
commit 9cb1e539a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -124,6 +124,7 @@ Sponsored by [GolangCI](https://golangci.com): SaaS service for running linters
* [go-critic](https://github.com/go-critic/go-critic) - source code linter that brings checks that are currently not implemented in other linters.
* [tarp](https://github.com/verygoodsoftwarenotvirus/tarp) - tarp finds functions and methods without direct unit tests in Go source code.
* [go-mnd](https://github.com/tommy-muehle/go-mnd) - Magic number detector for Go.
* [gocheckit](https://github.com/brompwnie/gocheckit) - A Go tool to help identify Deprecated Go Modules.
## Linters Helper Tools
* [golangci-lint](https://github.com/golangci/golangci-lint) - Linters Runner for Go. 5x faster than gometalinter. Nice colored output. Can report only new issues. Fewer false-positives. Yaml/toml config.

Loading…
Cancel
Save