ArchUnit icon indicating copy to clipboard operation
ArchUnit copied to clipboard

Allow filtering `Dependencies` from `LayeredArchitecture`

Open codecholeric opened this issue 3 years ago • 0 comments

At the moment it's only possible to filter dependencies based on the class where they occur (e.g. ignoreDependency(predicateForClass(), anotherPredicateForClass()). We should allow a more generic ignoreDependency(predicate) that allows to ignore dependencies more precisely, e.g. also based on the full description.

codecholeric avatar Nov 04 '22 16:11 codecholeric