We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05cb87e commit 4567c92Copy full SHA for 4567c92
pkg/golinters/govet.go
@@ -144,8 +144,7 @@ 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. "+
149
"It is roughly the same as 'go vet' and uses its passes.",
150
analyzersFromConfig(settings),
151
conf,
0 commit comments