Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 239 Bytes

File metadata and controls

4 lines (3 loc) · 239 Bytes

Lint negated_comparison

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".