-
-
Notifications
You must be signed in to change notification settings - Fork 192
Closed
Labels
Description
Another minor bug, but it seems like exclusions don't work as expected for rules using scope: raw. I can add the standard exclusions for all of our rules that don't use scope: raw, but none of the rules that DO use it can't be excluded properly.
See how the first rule gives suggestions, then within the exclusion block it does not. Then the second rule (which uses scope: raw does not exclude the alert:
The weird thing is that if you forget to add the second line (to re-enable the rule), it then excludes the rule from the entire file, including lines BEFORE the exclusion. Non-scope: raw rules work as expected, only excluding everything after the exclusion line:
cc @jdkato
Reactions are currently unavailable

