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 61e577b commit 05cb87eCopy full SHA for 05cb87e
pkg/golinters/govet.go
@@ -146,7 +146,7 @@ func NewGovet(settings *config.GovetSettings) *goanalysis.Linter {
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. "+
149
- "This is the same analysis as the 'go vet' tool",
+ "It is roughly the same as 'go vet' and uses its passes.",
150
analyzersFromConfig(settings),
151
conf,
152
).WithLoadMode(goanalysis.LoadModeTypesInfo)
0 commit comments