Analyze Go code and raise suspicious constructs, such as printf calls whose arguments do not correctly match the format string, useless assignments, common mistakes about boolean operations, unreachable code, etc.
This is done using the vet
command. For more information visit
<https://golang.org/cmd/vet/>.
- Go
go
-golang.org/cmd/vet
- Smell
- Unreachable Code
- Unused Code
AGPL-3.0
- The coala developers ([email protected])