Expand description
Output formatters. Each format converts an alint_core::Report into
bytes suitable for stdout or a file.
Re-exports§
pub use style::ColorChoice;pub use style::GlyphSet;pub use style::HumanOptions;
Modules§
- style
- Styles, glyphs, and color-choice plumbing for the human formatter.
Enums§
Functions§
- wrap_
message - Word-wrap
textto fit withintotal_widthcolumns, with continuation lines indented byindentcols. Returns one String per output line, content only (the caller emits the indent itself before each line — keeps the styling/indent concerns in one place per render path). - write_
agent - write_
fix_ human - write_
fix_ json - write_
fix_ markdown - write_
github - write_
gitlab - write_
human - write_
json - write_
junit - write_
markdown - write_
sarif