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

The apigeelint@v2.26.0 still throwing an error for hosted target based proxy #331

Closed balaji-up closed 2 years ago

balaji-up commented 2 years ago

Hi @ssvaidyanathan

The fixed version v2.26.0 still complaining about target endpoint default XML that <TargetConnection/> element is required, which is not required for hosted target based proxy.

Could you please resolve this issue?

Errors:

image

Target Endpoint default XML:

`<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

` Thanks, Balaji Govindasamy _Originally posted by @balaji-up in https://github.com/apigee/apigeelint/issues/330#issuecomment-1228328110_
ssvaidyanathan commented 2 years ago

Fixed in v2.27.0 Please try

balaji-up commented 2 years ago

Thank you, It's working now!

Appreciate your help @ssvaidyanathan 👍