Documentation ¶
Overview ¶
Package govet implements a Shipshape analyzer that runs go vet over all Go files in the given ShipshapeContext.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GoVetAnalyzer ¶
type GoVetAnalyzer struct{}
GoVetAnalyzer is a wrapper around the go vet command line tool. This assumes it runs in a location where go is on the path.
func (*GoVetAnalyzer) Analyze ¶
func (gva *GoVetAnalyzer) Analyze(ctx *ctxpb.ShipshapeContext) ([]*notepb.Note, error)
func (GoVetAnalyzer) Category ¶
func (GoVetAnalyzer) Category() string
Click to show internal directories.
Click to hide internal directories.