Skip to content

Allow filtering Violations #995

@odrotbohm

Description

@odrotbohm

To easily ignore certain Violations resulting from a call to ApplicationModules.detectViolations() we should introduce API that allows creating a filtered Violations instance:

ApplicationModules.of(…)
  .detectViolations()
  .filter(…)
  .throwIfPresent();

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions