pub fn validate_all( file: &Path, content: &str, line_budget: usize, ) -> Vec<Issue>
Run all validations on a single file’s content.