LemonCore. Doctor. Check
(lemon_core v0.1.0)
View Source
A single diagnostic check result.
Each check has a name, a status, a human-readable message, and an optional remediation hint to help the user fix failing checks.
Statuses
| Status | Meaning |
|---|---|
:pass | Check succeeded — no action needed. |
:warn | Check found a potential problem — system may still work. |
:fail | Check failed — action required. |
:skip | Check was intentionally not run (e.g. dependency not available). |
Summary
Functions
Returns the ANSI color atom for a status.
Builds a failing check.
Returns the display label for a status.
Builds a passing check.
Builds a skipped check.
Builds a warning check.
Types
Functions
Returns the ANSI color atom for a status.
Builds a failing check.
Returns the display label for a status.
Builds a passing check.
Builds a skipped check.
Builds a warning check.