buildCombinedErrorsSummary is an intentional no-op compatibility stub retained after error-pattern support was removed.
(_ []ProcessedRun)
| 57 | // buildCombinedErrorsSummary is an intentional no-op compatibility stub retained |
| 58 | // after error-pattern support was removed. |
| 59 | func buildCombinedErrorsSummary(_ []ProcessedRun) []ErrorSummary { |
| 60 | // Preserve the previous call shape while reporting no combined errors. |
| 61 | return []ErrorSummary{} |
| 62 | } |
| 63 | |
| 64 | // buildMissingToolsSummary aggregates missing tools across all runs |
| 65 | func buildMissingToolsSummary(processedRuns []ProcessedRun) []MissingToolSummary { |