pub fn print_report(data: &ReportData, verbosity: Verbosity, color: bool)Expand description
Print the full scan report, respecting verbosity and color settings.
Report structure:
- Scan stats (always)
- Project Overview (default + verbose)
- Conventions Detected (default + verbose)
- Next Steps (default + verbose)
- Summary line with convention count (always)
- Database path (default + verbose)
- Timing breakdown (verbose only)
- Warnings (default + verbose)