x/tools/gopls: add uber-go/nilaway to the set of analyzers #64623
Labels
FeatureRequest
gopls
Issues related to the Go language server, gopls.
Tools
This label describes issues relating to any tools in the x/tools repository.
Milestone
The primary reason I get bit by unexpected crashes is often getting
nil
or array bounds errors. I believe this could help a lot of others as well.It'd be cool to add support for https://github.com/uber-go/nilaway and have the Problems UI point to these errors.
Using via the CLI works, but this feels like it'd make a good addition to the linters/error checks offered in vscode-go
The text was updated successfully, but these errors were encountered: