ArchUnit
ArchUnit copied to clipboard
Allow filtering `Dependencies` from `LayeredArchitecture`
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.