Skip to content

Commit 05cb87e

Browse files
silverwindldez
authored andcommitted
New wording
1 parent 61e577b commit 05cb87e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/golinters/govet.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ func NewGovet(settings *config.GovetSettings) *goanalysis.Linter {
146146
"govet",
147147
"Vet examines Go source code and reports suspicious constructs, "+
148148
"such as Printf calls whose arguments do not align with the format string. "+
149-
"This is the same analysis as the 'go vet' tool",
149+
"It is roughly the same as 'go vet' and uses its passes.",
150150
analyzersFromConfig(settings),
151151
conf,
152152
).WithLoadMode(goanalysis.LoadModeTypesInfo)

0 commit comments

Comments
 (0)