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
93 stars 71 forks source link

fix: issue483 CC005 no longer modifies truthtable #484

Closed DinoChiesa closed 6 days ago

DinoChiesa commented 6 days ago

This fix corrects CC005 so that it no longer needlessly updates the truth table for a condition.

And adds a new test for same.

Addresses #483 .