apigee / apigeelint

Static code analysis for Apigee proxy bundles to encourage API developers to use best practices and avoid anti-patterns.
Apache License 2.0
91 stars 71 forks source link

fix: re-order checks for Is and IsNot #424

Closed DinoChiesa closed 6 months ago

DinoChiesa commented 6 months ago

The checks for Is and IsNot were in the incorrect order. This change corrects that. And adds tests for same. This addresses #422 .