crs.crs-cli
Annotation.Severity
crs.cr-comment
crs.crs-parser
crs.reviewdog
type t =
| Error
| Warning
| Info
include Ppx_enumerate_lib.Enumerable.S with type t := t
val all : t list
val sexp_of_t : t -> Sexplib0.Sexp.t
val to_string : t -> Base.string
Capitalized like the constructor (e.g. "Error").
"Error"
val to_github : t -> Crs_parser.Private.Github_annotation.Severity.t
val to_reviewdog : t -> Reviewdog.Severity.t