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

PD002 is flagging sharedflowbundles if they have no RouteRule #441

Closed DinoChiesa closed 3 months ago

DinoChiesa commented 3 months ago

The latest update to PD002 checks for zero RouteRules, even in Sharedflow bundles. That check should apply only to ProxyEndpoints.

DinoChiesa commented 3 months ago

fixed.