-
Notifications
You must be signed in to change notification settings - Fork 394
[Question] Retrieve all Configurable rules #823
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The correct and easier way to retrieve all rules is |
I don't understand your question about ConfigurableRule type. 1-The AvoidAlias class should they not be inherited from the class ConfigurableRule ? |
Aha, I see now what you mean. Yes, I think you are right that the rule should probably inherit from |
I try to retrieve all configurable rule with this code, but the 'AvoidAlias' rule is missing, should not this rule be of the ConfigurableRule type ?
The text was updated successfully, but these errors were encountered: