cflint / CFLint

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

Rename "MISSING_VAR" to "UNSCOPED_VAR" #664

Open Vintic opened 4 years ago

Vintic commented 4 years ago

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.

ryaneberly commented 4 years ago

Great suggestion @Vintic