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

feat: TD008 and TD009 to perform checks on LoadBalancer #472

Closed DinoChiesa closed 1 month ago

DinoChiesa commented 1 month ago

New Plugins TD008 and TD009.

TD008 addresses #469 and #470 . It checks for duplicate server entries, or cases in which there are multiple IsFallback entries. Or, when there is no name= attribute on the Server entry.

TD009 checks for multiple LoadBalancers.

Updated README.