Closed ahus1 closed 6 years ago
I have a setup where there are multiple adapters. The list of adapters is growing, and they shouldn't depend on each other.
It would be nice if degraph would allow wildcard with allow like this...
classpath .withSlicing("layer", "de.schauderhaft.app.(adapter.*).**") .allow(oneOf("adapter.*"))
... instead of listing all current adapters as inside of oneOf()
Thanks!
Closing my own issue due to inactivity and my move to https://github.com/TNG/ArchUnit
I have a setup where there are multiple adapters. The list of adapters is growing, and they shouldn't depend on each other.
It would be nice if degraph would allow wildcard with allow like this...
... instead of listing all current adapters as inside of oneOf()
Thanks!