Module Annotation.SeveritySource

Sourcetype t =
  1. | Error
  2. | Warning
  3. | Info
include Ppx_enumerate_lib.Enumerable.S with type t := t
Sourceval all : t list
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval to_string : t -> Base.string

Capitalized like the constructor (e.g. "Error").

Sourceval to_github : t -> Crs_cli__.Github_annotation.Severity.t
Sourceval to_reviewdog : t -> Reviewdog.Severity.t