Skip to main content

print_report

Function print_report 

Source
pub fn print_report(data: &ReportData, verbosity: Verbosity, color: bool)
Expand description

Print the full scan report, respecting verbosity and color settings.

Report structure:

  1. Scan stats (always)
  2. Project Overview (default + verbose)
  3. Conventions Detected (default + verbose)
  4. Next Steps (default + verbose)
  5. Summary line with convention count (always)
  6. Database path (default + verbose)
  7. Timing breakdown (verbose only)
  8. Warnings (default + verbose)