pub(crate) fn violation( rel: &str, line: usize, msg: impl Into<String>, ) -> Violation
Construct a Violation without a rule tag. Use with_rule to attach one.
Violation
with_rule