package crs

  1. Overview
  2. Docs
A tool for managing code review comments embedded in source code

Install

Dune Dependency

Authors

Maintainers

Sources

crs-0.0.20250705.tbz
sha256=e9f9f5ec5aea9658ed640aaa06f887985bb6870adcf7555ebf6d48bb741e4793
sha512=901ac1caae6c4103a320b4a3a177ca3aa0583ad533c54e7740aba6652ccdbd6311d07ab4b73e3ba750beed24f85479b5e1b0e94504ecfd0c59bd49cdabebc369

doc/crs.reviewdog/Reviewdog/Diagnostic/index.html

Module Reviewdog.DiagnosticSource

Sourcetype t = {
  1. message : Base.string;
  2. location : Location.t;
  3. severity : Severity.t Base.option;
  4. source : Source.t Base.option;
  5. code : Code.t Base.option;
  6. suggestions : Suggestion.t Base.list Base.option;
  7. original_output : Base.string Base.option;
  8. related_locations : Related_location.t Base.list Base.option;
}
include Ppx_compare_lib.Equal.S with type t := t
Sourceval equal : t -> t -> bool
include Ppx_compare_lib.Comparable.S with type t := t
Sourceval compare : t -> t -> int
include Ppx_yojson_conv_lib.Yojsonable.S with type t := t
Sourceval t_of_yojson : Yojson.Safe.t -> t
Sourceval yojson_of_t : t -> Yojson.Safe.t
OCaml

Innovation. Community. Security.