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

fix: clarify FL001 error message with unconditional flow #434

Closed DinoChiesa closed 4 months ago

DinoChiesa commented 4 months ago

One of the error messages emitted by FL001 is misleading. This change corrects that.

There's really just one line changing in the impl, and one in the test. And some reformatting of whitespace, etc.