x/tools/gopls: make vet analyzers consistent with cmd/vet #42263
Labels
Milestone
Comments
Change https://golang.org/cl/266058 mentions this issue: |
Thanks for the report! Just sent out a change to fix this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What did you do?
I compared the vet analyzers listed in internal/lsp/source/options.go for v0.5.2 with those listed in cmd/vet/main.go for v1.14:
What did you expect to see?
That they were the same.
What did you see instead?
ifaceassert.Analyzer
andstringintconv.Analyzer
need to be added, and IIRCatomicalign.Analyzer
isn't part of vet.Build info
The text was updated successfully, but these errors were encountered: