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
92 stars 71 forks source link

fix(CC001): correct parsing of multiline Conditions #402

Closed DinoChiesa closed 9 months ago

DinoChiesa commented 9 months ago

With this change, the CC001 now correctly parses a Condition string that occupies multiple lines. Previously, that plugin could flag the Condition as containing a string literal.