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

fix: look more thoroughly for xmldom/xmldom #487

Closed DinoChiesa closed 6 days ago

DinoChiesa commented 6 days ago

This will address #481.

Introduced a test to verify this behavior - the test suite now will run an "npm install".

Concurrent with this change, I renamed myUtil.js to lintUtil.js .