Package-level declarations
Types
Link copied to clipboard
data class AalekhJsonReport(val graph: ModuleDependencyGraph, val summary: GraphSummary, val violations: List<Violation>, val cycleBreakSuggestions: List<CycleBreakSuggestion> = emptyList(), val generatedAt: String, val aalekhVersion: String)
The top-level envelope for aalekh-results.json.
Link copied to clipboard
object JsonReporter
Generates the machine-readable JSON report written to build/reports/aalekh/aalekh-results.json.