Skip to main content

format_bugbot_text

Function format_bugbot_text 

Source
pub fn format_bugbot_text(report: &BugbotCheckReport) -> String
Expand description

Format a BugbotCheckReport as human-readable text.

Output structure:

  • Summary line with finding counts by severity
  • Stats line with files/functions analyzed and elapsed time
  • One block per finding with severity tag, location, message, and evidence
  • Optional errors section
  • Optional truncation note