We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
govet
1 parent e5d2bc9 commit cc78204Copy full SHA for cc78204
pkg/golinters/govet.go
@@ -144,8 +144,8 @@ func NewGovet(settings *config.GovetSettings) *goanalysis.Linter {
144
145
return goanalysis.NewLinter(
146
"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",
+ "Vet examines Go source code and reports suspicious constructs. "+
+ "It is roughly the same as 'go vet' and uses its passes.",
149
analyzersFromConfig(settings),
150
conf,
151
).WithLoadMode(goanalysis.LoadModeTypesInfo)
0 commit comments