readme: add go-consistent and go-namecheck

pull/6/head
Iskander (Alex) Sharipov 6 years ago committed by GitHub
parent 7444ad9475
commit e6aa20af18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -53,6 +53,8 @@ Sponsored by [GolangCI](https://golangci.com): SaaS service for running linters
* [dupl](https://github.com/mibk/dupl) - Tool for code clone detection.
* [go-checkstyle](https://github.com/qiniu/checkstyle) - checkstyle is a style check tool like java checkstyle. This tool inspired by java checkstyle, golint. The style refered to some points in Go Code Review Comments.
* [go-cleanarch](https://github.com/roblaszczak/go-cleanarch) - go-cleanarch was created to validate Clean Architecture rules, like a The Dependency Rule and interaction between packages in your Go projects.
* [go-consistent](https://github.com/Quasilyte/go-consistent) - source code analyzer that helps you to make your Go programs more consistent.
* [go-namecheck](https://github.com/Quasilyte/go-namecheck) - source code analyzer that helps you to maintain variable/field naming conventions inside your project.
* [gochecknoinits](https://4d63.com/gochecknoinits) - Find init functions, to reduce side effects in code.
* [gochecknoglobals](https://4d63.com/gochecknoglobals) - Find global vars, to reduce side effects in code.
* [goconst](https://github.com/jgautheron/goconst) - Find in Go repeated strings that could be replaced by a constant.

Loading…
Cancel
Save