Skip to content

Commit 2fc619a

Browse files
authored
New wording
1 parent e4ebf82 commit 2fc619a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/golinters/govet.go

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

0 commit comments

Comments
 (0)