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
We would like to suggest a feature allowing us to exclude certain rules from a configured rule "package".
Type of Issue
It is a :
bug
request
question regarding the documentation
Motivation
We enforce certain architecture rules across various projects. Those are part of a platform used by said projects. Those rules are static fields contained in a single class so that we only have to include a single rule.
This is working for 90% of our use cases. However, we have some projects that are doing things slightly different and need to exclude some of those rules. Let's assume that we have rules A, B and C and only C should not be applied. The projects in question can now configure those checks explicitly:
Summary
Hi,
We would like to suggest a feature allowing us to exclude certain rules from a configured rule "package".
Type of Issue
It is a :
Motivation
We enforce certain architecture rules across various projects. Those are part of a platform used by said projects. Those rules are static fields contained in a single class so that we only have to include a single rule.
This is working for 90% of our use cases. However, we have some projects that are doing things slightly different and need to exclude some of those rules. Let's assume that we have rules A, B and C and only C should not be applied. The projects in question can now configure those checks explicitly:
This has two disadvantages:
Thus we would like to exclude certain checks from the rule set, like a negation of the check property.
Current Behavior
Either the whole rule set is executed or the given checks.
Expected Behavior
It should be possible to exclude single checks from the rule set.
Thank you and best regards
Nils
The text was updated successfully, but these errors were encountered: