Skip to content

x/tools/gopls: add uber-go/nilaway to the set of analyzers #64623

Open
@blacktop

Description

@blacktop

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    FeatureRequestIssues asking for a new feature that does not need a proposal.ToolsThis label describes issues relating to any tools in the x/tools repository.goplsIssues related to the Go language server, gopls.

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions