Skip to main content

violation

Function violation 

Source
pub(crate) fn violation(
    rel: &str,
    line: usize,
    msg: impl Into<String>,
) -> Violation
Expand description

Construct a Violation without a rule tag. Use with_rule to attach one.