pub fn validate_line_budget( file: &Path, content: &str, budget: usize, ) -> Option<Issue>
Check that the file does not exceed a line budget.