pub fn lines(
report: &ValidationReport,
view: &dyn IssueView,
narrator: &dyn IssueNarrator,
) -> StringExpand 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.