print_text

Function print_text 

Source
fn print_text(
    checks: &[Check],
    pass: usize,
    warn: usize,
    fail: usize,
    quiet: bool,
)