qossmic / deptrac

Keep your architecture clean.
https://qossmic.github.io/deptrac
MIT License
2.6k stars 135 forks source link

Option to ignore baseline in graphviz output #1356

Open patrickkusebauch opened 7 months ago

patrickkusebauch commented 7 months ago

When looking at the grapviz output formatter output, it would be useful to hide baselined dependencies. I use it quite often to visually validate that the chain of dependencies between layers is what I want it to be (it is much easier to do this visually rather than from the config files). Baselined dependencies create false positives for dependencies I might want to get rid of.