Skip to main content

Crate alint_output

Crate alint_output 

Source
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§

Format

Functions§

wrap_message
Word-wrap text to fit within total_width columns, with continuation lines indented by indent cols. 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