Expand description
Lint rule catalog — every pv lint rule has an ID, default severity, and description.
Rule ID format: PV-<CATEGORY>-NNN
Categories: VAL (validation), AUD (audit), SCR (score), PRV (provability), TRD (trend)
Spec: docs/specifications/sub/lint.md Section 12
Structs§
- Lint
Rule - A lint rule definition.
Enums§
- Rule
Category - Rule categories.
- Rule
Severity - Configurable severity levels per rule.
Statics§
- RULES
- All lint rules in the catalog.
Functions§
- find_
rule - Look up a rule by ID.
- rules_
for_ category - Get all rules for a category.