Skip to content

Commit cc78204

Browse files
silverwindldez
andauthored
docs: improve govet description (#4366)
Co-authored-by: Fernandez Ludovic <[email protected]>
1 parent e5d2bc9 commit cc78204

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/golinters/govet.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@ func NewGovet(settings *config.GovetSettings) *goanalysis.Linter {
144144

145145
return goanalysis.NewLinter(
146146
"govet",
147-
"Vet examines Go source code and reports suspicious constructs, "+
148-
"such as Printf calls whose arguments do not align with the format string",
147+
"Vet examines Go source code and reports suspicious constructs. "+
148+
"It is roughly the same as 'go vet' and uses its passes.",
149149
analyzersFromConfig(settings),
150150
conf,
151151
).WithLoadMode(goanalysis.LoadModeTypesInfo)

0 commit comments

Comments
 (0)