Skip to main content

lines

Function lines 

Source
pub fn lines(
    report: &ValidationReport,
    view: &dyn IssueView,
    narrator: &dyn IssueNarrator,
) -> String
Expand description

One finding per line, for a text area or a log.

[ERROR] text — Severity’s own Display (ERROR/WARN/INFO), then the narrated text. Issues with no location in this view are marked so the reader is not left wondering why.