We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4ebf82 commit 2fc619aCopy full SHA for 2fc619a
pkg/golinters/govet.go
@@ -144,7 +144,7 @@ func NewGovet(settings *config.GovetSettings) *goanalysis.Linter {
144
"govet",
145
"Vet examines Go source code and reports suspicious constructs, "+
146
"such as Printf calls whose arguments do not align with the format string. "+
147
- "This is the same analysis as the 'go vet' tool",
+ "It is roughly the same as 'go vet' and uses its passes.",
148
analyzersFromConfig(settings),
149
conf,
150
).WithLoadMode(goanalysis.LoadModeTypesInfo)
0 commit comments