cflint / CFLint

Static code analysis for CFML (a linter)
BSD 3-Clause "New" or "Revised" License
174 stars 84 forks source link

Rule MISSING_VAR does not apply to closures #697

Open CreativeNotice opened 3 years ago

CreativeNotice commented 3 years ago

In the example below, the rule alerts as expected for the variable test but does not for the variable theCfc inside the closure. Is this behaving as expected?

Snag_13774364