Skip to main content

Module suppress

Module suppress 

Source
Expand description

Suppression helpers exposed for editor and embedding surfaces.

Structs§

Suppression
A suppression directive parsed from a source comment.

Enums§

IssueKind
Issue kind for suppression matching.

Functions§

is_file_suppressed
Check if the entire file is suppressed (for issue types that don’t have line numbers).
is_suppressed
Check if a specific issue at a given line should be suppressed.