Expand description
Report generation for commit-roaster.
Generates formatted output with issues, stats, and roasts.
Structs§
- Commit
Stats - Aggregated statistics about analyzed commits.
- Report
- Full analysis report.
- Scored
Commit - A commit paired with its detected issues.
Functions§
- build_
report - Build a report from scored commits.
- format_
json - Format report as JSON.
- format_
terminal - Format report as colored terminal output.