1
0
mirror of https://github.com/golang/go synced 2024-10-01 12:38:31 -06:00
go/internal/lsp/mod/testdata
Rohan Challa 30cae5f2fb internal/lsp: surface diagnostics for invalid go.mod files
This change will surface errors that come from the mod package. It will handle incorrect usages, invalid directives, and other errors that occur when parsing go.mod files.

Updates golang/go#31999

Change-Id: Icd817c02a4b656b2a71914ee60be4dbe2bea062d
Reviewed-on: https://go-review.googlesource.com/c/tools/+/213779
Run-TryBot: Rohan Challa <rohan@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Rebecca Stambler <rstambler@golang.org>
2020-01-13 15:48:38 +00:00
..
indirect internal/lsp: surface diagnostics for invalid go.mod files 2020-01-13 15:48:38 +00:00
invalidgo internal/lsp: surface diagnostics for invalid go.mod files 2020-01-13 15:48:38 +00:00
invalidrequire internal/lsp: surface diagnostics for invalid go.mod files 2020-01-13 15:48:38 +00:00
unchanged internal/lsp/mod: test go.mod is unchanged when tempModfile=true 2020-01-10 14:27:00 +00:00
unknowndirective internal/lsp: surface diagnostics for invalid go.mod files 2020-01-13 15:48:38 +00:00
unused internal/lsp: add warning diagnostics for unused dependencies in go.mod files 2020-01-09 20:05:13 +00:00