cflint / CFLint

Static code analysis for CFML (a linter)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rename "MISSING_VAR" to "UNSCOPED_VAR"

Vintic opened this issue · comments

Hi,
I think would be more correct to name rule "UNSCOPED_VAR" instead of "missing_var",
because it could be of any scope, not only local.

Great suggestion @Vintic