check

fun check(g: ProjectGraph = graph)

Executes the built class rules against the specified project graph.

Parameters

g

The ProjectGraph to check. Defaults to the lazy-loaded project graph.

Throws

If any of the verified classes violate the assertion rules.