Add support for ignoring rules for specified modules
telser opened this issue · 0 comments
telser commented
Currently rules do not apply unless being explicitly stated in the configuration. When setting a global rule, these can be overridden using the forSpecifiedModule
feature. However, in some cases it would be more ideal to simply turn the rule off instead of changing the value for enforcement.
Add a setting that is a list of rules to not apply in forSpecifiedModule
.