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
If you disable rules by turning them off, the verbose message "Found 35 rules" still shows up, counting the total list of all rules that are known about even if they are disabled.
I'd say, we should still say found 35 rules and additionally display how many of them are disabled, i.e. found 35 rules (1 enabled).
Frankly speaking, if Found 1 rule text was printed, I would think there are no other rules in the ruleset while it's untrue - there are others, but they are just disabled.
Describe the bug
If you disable rules by turning them off, the verbose message "Found 35 rules" still shows up, counting the total list of all rules that are known about even if they are disabled.
To Reproduce
Make a ruleset like this:
ruleset.yaml
Run
Current behavior
CLI output contains
Found 35 rules
Expected behavior
CLI output should contain
Found 1 rule
Make sure its saying
1 rule
not1 rules
Environment (remove any that are not applicable):
Additional context
This came up in #434
The text was updated successfully, but these errors were encountered: