Skip to main content

Function: formatFindings()

formatFindings(findings): string

Defined in: report.ts:15

Renders findings as an indented, severity-tagged list.

Parameters

findings

Finding[]

Findings to render, already ordered

Returns

string

Printable text, or a single line when there is nothing to report