x/tools/gopls: add the unusedwrite analysis #44461
Closed
Milestone
Comments
We'd be happy to accept a CL--if you think it should be off by default, we can start with that first, and then enable it later on? |
Ah, looks like it uses SSA, so let's keep it off by default to start. |
Change https://golang.org/cl/295172 mentions this issue: |
Thanks for reviewing! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
CL 287034 added the new
unusedwrite
analysis pass. I think it would be nice to have ingopls
.I'm not sure if it should be among the default analysers, but either way, if there are no objections to this, I am ready to send a CL.
The text was updated successfully, but these errors were encountered: