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: PO012 (AssignTo hygiene) now handles missing attributes #433

Closed DinoChiesa closed 4 months ago

DinoChiesa commented 4 months ago

The PO012 plugin previously would silently choke when some of the attributes on the AssignTo element were missing. This change fixes that. And adds some new tests to support that.