pub(crate) fn suppressed_lines(
rel: &str,
lines: &[&str],
errors: &mut Vec<Violation>,
registered_rules: Option<&HashSet<&str>>,
) -> SuppressionsExpand description
Pre-compute the suppression map, pushing violations for malformed or unknown directives.