crs.reviewdog
Reviewdog.Severity
crs.cr-comment
crs.crs-cli
crs.crs-parser
crs.text-table
type t =
| Unknown_severity
| Error
| Warning
| Info
include Ppx_compare_lib.Comparable.S with type t := t
val compare : t -> t -> int
include Ppx_compare_lib.Equal.S with type t := t
val equal : t -> t -> bool
include Ppx_enumerate_lib.Enumerable.S with type t := t
val all : t list
include Ppx_yojson_conv_lib.Yojsonable.S with type t := t
val t_of_yojson : Yojson.Safe.t -> t
val yojson_of_t : t -> Yojson.Safe.t