struct

Hwaro::Services::CheckSpec

Inherits Struct / Value / Object

A named diagnostic check: a human label paired with the set of issue IDs that, when present, count against this check. The CLI uses this to render inline ✓/⚠/✗ lines in human output.

Constructors

new(label : String, issue_ids : Array(String))
Source

Instance methods

clone
Source
copy_with(label _label = @label, issue_ids _issue_ids = @issue_ids)
Source
issue_ids
label