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
When a rule such as labels has both any and none checks, if the any has a pass, but the rule fails because of the none, all check results from any must be removed, not just the one check that passed. We saw this problem in the following code:
When a rule such as labels has both
any
andnone
checks, if theany
has a pass, but the rule fails because of thenone
, all check results fromany
must be removed, not just the one check that passed. We saw this problem in the following code:The text was updated successfully, but these errors were encountered: