ArchUnit: Is there a way to visualize violations?

Viewed 25

With ArchUnit violations can be frozen so that things do not get worse. The problem that remains is that there is nothing which indicates the frozen violations in daily coding.

Is there a way to visualize the violations in the IDE? E.g. as inspection problem in IntelliJ.

If not, what is your approach to constantly reduce the frozen violations?

1 Answers
Related