maxGraphHeight
Adds a rule that warns when the module graph's longest dependency chain (its height) exceeds max modules. Graph height is the floor on build parallelism - a tall graph forces long sequential compile chains. Default severity is WARNING. Override with rule("max-graph-height") { severity = ERROR }.