Jan Bielecki
Results
3
issues of
Jan Bielecki
Adding a functionality for finding circular dependencies between modules/packages. See https://github.com/seddonym/import-linter/pull/250
Solving #189
A contract that checks whether the dependency graph of modules/packages forms a DAG (directed acyclic graph) structure. This contract verifies that the directed graph of module imports does not contain...