pub fn table(
report: &ValidationReport,
view: &dyn IssueView,
narrator: &dyn IssueNarrator,
) -> StringExpand description
Tab-separated: severity ⇥ location ⇥ code ⇥ text. For export and for an
LLM that wants a compact rendering.
pub fn table(
report: &ValidationReport,
view: &dyn IssueView,
narrator: &dyn IssueNarrator,
) -> StringTab-separated: severity ⇥ location ⇥ code ⇥ text. For export and for an
LLM that wants a compact rendering.