Merge pull request #16 from brompwnie/patch-1

Adding Gocheckit to Misc linters
pull/17/head
Aleksandr Razumov 4 years ago committed by GitHub
commit b4594d306a
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