Expand description
Unified diagnostic types for all issue-reporting commands.
Any command that finds “problems in files” — broken references, stale docs, missing examples, security findings, lint violations, rule matches — should converge on these types.
Structs§
- Archived
Issue - An archived
Issue - Archived
Related Location - An archived
RelatedLocation - Diagnostics
Report - Report containing diagnostic issues from one or more checks.
- Issue
- A single diagnostic issue found during a check.
- Issue
Resolver - The resolver for an archived
Issue - Related
Location - A secondary location related to an issue (e.g., the other file in a circular dep).
- Related
Location Resolver - The resolver for an archived
RelatedLocation - Tool
Failure - A record of a tool that failed to run or produce valid output.
Enums§
- Archived
Severity - An archived
Severity - Severity
- Severity level for a diagnostic issue.
- Severity
Resolver - The resolver for an archived
Severity