Expand description
Lint findings — individual diagnostics emitted by pv lint gates.
Each finding maps to a rule from the catalog and carries location and suppression metadata. Findings are the intermediate representation that feeds into all output formats (text, JSON, SARIF, GitHub).
Spec: docs/specifications/sub/lint.md Section 4
Structs§
- Lint
Finding - A single lint finding (diagnostic).
Functions§
- read_
snippet - Read a specific line from a file and return it trimmed, or None if unavailable.