Skip to content

Commit 4567c92

Browse files
committed
review
1 parent 05cb87e commit 4567c92

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pkg/golinters/govet.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,7 @@ func NewGovet(settings *config.GovetSettings) *goanalysis.Linter {
144144

145145
return goanalysis.NewLinter(
146146
"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. "+
147+
"Vet examines Go source code and reports suspicious constructs. "+
149148
"It is roughly the same as 'go vet' and uses its passes.",
150149
analyzersFromConfig(settings),
151150
conf,

0 commit comments

Comments
 (0)