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

Fixes issue with "undefined" proxies #411

Closed gislikonrad closed 7 months ago

gislikonrad commented 8 months ago

External plugins were unable to add messages to the report if there wasn't a root xml for the proxy/shared flow, as reported in #409. This PR fixes that issue.