Skip to content

x/tools/go/analysis/passes: ensure all analyzers docs are in package docs #80532

Description

@adonovan

I just noticed that x/tools/go/analysis/passes/sqlrowserr doesn't document the analyzer in any detail even though it has dynamic docs. We should make sure that package doc comments are the primary documentation, and the dynamic docs (Analyzer.Doc) are derived from it (e.g. using the MustExtractDoc helper). Or, in the sprit of #63659, not derived from it but merely a brief placeholder.

Metadata

Metadata

Assignees

Labels

AnalysisIssues related to static analysis (vet, x/tools/go/analysis)DocumentationIssues describing a change to documentation.NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.ToolsThis label describes issues relating to any tools in the x/tools repository.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions