Skip to main content

validate_line_budget

Function validate_line_budget 

Source
pub fn validate_line_budget(
    file: &Path,
    content: &str,
    budget: usize,
) -> Option<Issue>
Expand description

Check that the file does not exceed a line budget.