package dolmen_loop

  1. Overview
  2. Docs

Module Report.ConfSource

Sourcetype t

The type of configuration for reports.

Sourceval mk : default:Warning.Status.t -> t

Create a configuration with a default status for warnings.

Sourceval status : t -> _ Warning.t -> Warning.Status.t

Status for an individual warning.

Sourceval disable : t -> [ `All | `Warning of any_warning ] -> t

Disable the warning.

Sourceval enable : t -> [ `All | `Warning of any_warning ] -> t

Enable the warning.

Sourceval fatal : t -> [ `All | `Warning of any_warning ] -> t

Make fatal the warning.

Sourceval set_enabled : t -> [ `All | `Warning of any_warning ] -> t

Force the warning to be exactly enabled (and not fatal).

OCaml

Innovation. Community. Security.