pub fn check_all() -> Result<usize, Vec<String>>Expand description
Validate every *.md under pending_dir except README.md (the format
doc, excluded like the decisions index excludes its own README). Returns the
number of pending files validated, or every error found across all files
(each prefixed with its filename) so one run reports the whole picture.