Crosswake.Doctor.Check (crosswake v0.1.0)

View Source

Structured doctor finding.

Summary

Types

severity()

@type severity() :: :error | :warning | :advisory

t()

@type t() :: %Crosswake.Doctor.Check{
  check: String.t(),
  code: String.t(),
  details: map(),
  hint: String.t() | nil,
  message: String.t(),
  severity: severity()
}