Module litcheck_core::diagnostics::reporting
source · Structs§
ReportHandler
that renders plain text and avoids extraneous graphics. It’s optimized for screen readers and braille users, but is also used in any non-graphical environments, such as non-TTY output.ReportHandler
that renders JSON output. It’s a machine-readable output.ReportHandler
that renders plain text and avoids extraneous graphics. It’s optimized for screen readers and braille users, but is also used in any non-graphical environments, such as non-TTY output.
Traits§
- Error Report Handler trait for customizing
miette::Report
Functions§
- Set the error hook.