mirror of https://github.com/golang/go.git
The issue is described further in golang/go#40574. The fix is simply to do the suggested-fixes checking on each result separately. We still get duplicate messages, which is arguably the correct behavior but certainly not so bad, and we no longer get a bunch of spurious errors. Fixes golang/go#40574. Change-Id: I3540070e7ce2f20e65269f166b941e9c90436d01 GitHub-Last-Rev: 706ca751535dab820388fa25e7452f103c814c64 GitHub-Pull-Request: golang/tools#245 Reviewed-on: https://go-review.googlesource.com/c/tools/+/246737 Trust: Rebecca Stambler <rstambler@golang.org> Run-TryBot: Rebecca Stambler <rstambler@golang.org> gopls-CI: kokoro <noreply+kokoro@google.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Michael Matloob <matloob@golang.org> |
||
|---|---|---|
| .. | ||
| analysistest | ||
| doc | ||
| internal | ||
| multichecker | ||
| passes | ||
| singlechecker | ||
| unitchecker | ||
| analysis.go | ||
| diagnostic.go | ||
| doc.go | ||
| validate.go | ||
| validate_test.go | ||