Skip to content

Commit 4b90c06

Browse files
hyangahgopherbot
authored andcommitted
[gopls-release-branch.0.11] internal/lsp/mod: fix run_govulncheck codelens name
Codelens is presented without any prior diagnostic, so there is nothing to verify. Change-Id: Ied04d69dd53399a9790808c670266cddaf658c39 Reviewed-on: https://go-review.googlesource.com/c/tools/+/457175 Run-TryBot: Hyang-Ah Hana Kim <[email protected]> Reviewed-by: Alan Donovan <[email protected]> TryBot-Result: Gopher Robot <[email protected]> (cherry picked from commit 95c9dce) Reviewed-on: https://go-review.googlesource.com/c/tools/+/457176 gopls-CI: kokoro <[email protected]> Auto-Submit: Hyang-Ah Hana Kim <[email protected]> Reviewed-by: Robert Findley <[email protected]>
1 parent b8f262f commit 4b90c06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gopls/internal/lsp/mod/code_lens.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ func vulncheckLenses(ctx context.Context, snapshot source.Snapshot, fh source.Fi
178178
return nil, err
179179
}
180180

181-
vulncheck, err := command.NewRunGovulncheckCommand("Run govulncheck to verify", command.VulncheckArgs{
181+
vulncheck, err := command.NewRunGovulncheckCommand("Run govulncheck", command.VulncheckArgs{
182182
URI: uri,
183183
Pattern: "./...",
184184
})

0 commit comments

Comments
 (0)