Module Integration.Suppressions

module F = Stdlib.Format
module Span : sig ... end
type error =
  1. | 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