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
Suggests to simplify expressions to remove unnecessary nots that can be included into the comparison operator.
For example, not http.host eq "example.com" can be simplified to http.host ne "example.com".