You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the configurableRules are supposed to be configured in the build config (maven or gradle). grouping would defeat the purpose, wouldn't it ? Maybe it could work with preconfiguredRules , but I am not convinced we would gain much.
You are right that one can continue to add rules to the plugin configuration.
The idea with this request is that the plugin configuration could be static and you could extend the referenced grouping class(es) instead.
The thinking is that keeping the plugin configuration static and leaving details to Java classes would be easier to maintain, but maybe this is subjective.
Summary
Please consider supporting that a configurable rule can be a grouping of rules.
Type of Issue
It is a :
Motivation
Basically, given
it would be nice that the Maven plugin would pick up all the rules via
instead of having to do
Current Behavior
Currently it looks like grouping is not supported in InvokableRules.
Expected Behavior
Steps to Reproduce (for bugs)
If the above is not clear, I can provide a sample.
Your Environment
ArchUnit 1.0.1
arch-unit-maven-plugin 3.0.0
The text was updated successfully, but these errors were encountered: