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: PO035 hygiene check for Quota policy #438

Closed DinoChiesa closed 3 months ago

DinoChiesa commented 4 months ago

This plugin checks hygiene for the Quota policy. Earlier today someone on the community asked about a quota policy configuration that used Indentifier, rather than Identifier, as the element in a Quota policy.

This plugin will find that, and other myriad problems with the Quota step configuration.

Please review!