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

feat(PO033): add new checks for valid elements in PO033 plugin #401

Closed DinoChiesa closed 9 months ago

DinoChiesa commented 9 months ago

With this change, PO033 checks for the presence of at least one Pattern element under QueryParam, FormParam, Header, Variable, and URIPath. And also checks there are no elements of other names.

It is not necessary to change the README with this enhancement, as the existing description of PO033 remains accurate.