Module Integration.Suppressions
module Span : sig ... end
type error =
| UserError of unit -> string
val parse_lines : ?file:string -> string list -> t * error list
val is_suppressed : suppressions:t -> issue_type:string -> line:int -> bool
val pp_parse_result : F.formatter -> (t * error list) -> unit