pub(crate) fn audit_suppressions(
file: &FileCtx<'_>,
rules: &[&Rule],
registered_names: &HashSet<&str>,
) -> Result<SuppressionAudit, SuppressionAuditError>Expand description
Analyze directive usage without applying source suppressions or config path ignores.