archunit

Function gather_diagram_adherence_violations

Source
pub fn gather_diagram_adherence_violations(
    edges: &[ProjectedEdge],
    diagram: &PlantUmlDiagram,
    options: &DiagramAdherenceOptions,
) -> Vec<SliceDependencyViolation>
Expand description

Collects actual slice dependencies not permitted by the supplied diagram.