Skip to content
This repository has been archived by the owner on Apr 1, 2018. It is now read-only.

Latest commit

 

History

History
40 lines (25 loc) · 858 Bytes

GoVetBear.rst

File metadata and controls

40 lines (25 loc) · 858 Bytes

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

Dependencies

  • go - golang.org/cmd/vet

Can Detect

  • Smell
  • Unreachable Code
  • Unused Code

License

AGPL-3.0

Authors