pub(crate) fn filter( suppressed: &Suppressions, violations: Vec<Violation>, ) -> Vec<Violation>
Filter out violations that are suppressed for their specific rule on that line.