Skip to main content

Module finding

Module finding 

Source
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§

LintFinding
A single lint finding (diagnostic).

Functions§

read_snippet
Read a specific line from a file and return it trimmed, or None if unavailable.