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

feat: .apigeelintrc file #436

Closed DinoChiesa closed 4 months ago

DinoChiesa commented 4 months ago

This change adds support for reading program options from an .apigeelintrc file. And, there is a new option, --norc , which tells apigee to not look for an .apigeelintrc file.

Beyond that, no functional changes.

Also updated the README.

Please review before merge!