Function tidy::style::long_line_is_ok

source ยท
fn long_line_is_ok(
    extension: &str,
    is_error_code: bool,
    max_columns: usize,
    line: &str
) -> bool
Expand description

Returns true if line is allowed to be longer than the normal limit.