Documentation
¶
Overview ¶
Package report renders findings as human-readable or JSON output.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Compact ¶ added in v0.2.2
type Compact struct{ NoColor bool }
Compact renders one flat `path:line:col rule severity message` line per finding. It is the guaranteed clickable / pipe-friendly format and the automatic fallback when stdout is not a terminal.
type Human ¶
type Human struct{ NoColor bool }
Human renders findings grouped by file in an eslint-"stylish" layout: a bold file-path header (the clickable anchor) followed by indented, column-aligned finding rows, then a one-line problem summary. Styling is applied with lipgloss; NoColor (or the NO_COLOR env var) yields plain, ANSI-free text.
Click to show internal directories.
Click to hide internal directories.