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))
SourceInstance methods
clone
Sourcecopy_with(label _label = @label, issue_ids _issue_ids = @issue_ids)
Sourceissue_ids
label