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

EP001 handle edge case of no policies in bundle #282

Closed DinoChiesa closed 2 years ago

DinoChiesa commented 2 years ago

For #281

ssvaidyanathan commented 2 years ago

Do we have the test cases updated for this?

DinoChiesa commented 2 years ago

Previously the test cases were generating an uncaught exception. This change eliminates that exception. There are no new test cases.