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

extend FL001 - to flag any Flow element that has no Condition and is not last #289

Closed DinoChiesa closed 2 years ago

DinoChiesa commented 2 years ago

One small extension of the FL001 plugin. It now flags any Flow that has no Condition and is also not last. Previously it would flag any case where there were multiple Flow elements with no Condition. That check remains.

Also:

No change is necessary in the README.