Skip to main content

validate_sections

Function validate_sections 

Source
pub fn validate_sections(
    per_file: &[(PathBuf, Vec<ScanSectionInfo>)],
    pair_only: bool,
) -> Vec<CheckIssue>
Expand description

Run validation on already-scanned sections grouped by file (PRD §0.14.3). pair_only = true skips the pair-mismatch check on solos (i.e. when invoked with --check --pair, a 3-variant group is still flagged).