Add enumcase

pull/11/head
TSUYUSATO Kitsune 5 years ago
parent ac3ab01386
commit a5b617e7e3

@ -77,6 +77,7 @@ Sponsored by [GolangCI](https://golangci.com): SaaS service for running linters
* [badtime](https://github.com/m3db/build-tools/tree/master/linters/badtime) - Badtime is a Golang linter that detects inappropriate usage of the time.Time struct.
* [bodyclose](https://github.com/timakin/bodyclose) - checks whether HTTP response body is closed and a re-use of TCP connection is not blocked
* [durcheck](https://github.com/hypnoglow/durcheck) - durcheck is a very simple linter which detects potential bugs with time.Duration in a Go package.
* [enumcase](https://github.com/MakeNowJust/enumcase) - enumcase checks every switch statement handles all const values of the type.
* [enumlinter](https://github.com/THE108/enumlinter) - Enum linter for enumerated types in Go.
* [errcheck](https://github.com/kisielk/errcheck) - Errcheck is a program for checking for unchecked errors in Go programs.
* [gas](https://github.com/GoASTScanner/gas) - Inspects source code for security problems by scanning the Go AST.

Loading…
Cancel
Save