cflint / CFLint

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

cflint missing_var script loop not working #714

Open edynamics opened 2 years ago

edynamics commented 2 years ago

CFLint-1.5.0-all.jar the loop tag (lucee) within cfscript is not showing missing var In the example "i" and "alpha" is missing a var

`

loop list="#abc#" index="i" item="alpha" { dump(alfa) } ` ![image](https://user-images.githubusercontent.com/2511595/145021216-0723c12d-3f6d-4c38-926e-4204e29874b1.png)