cflint / CFLint

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

Errors while parsing variables named "string" #39

Closed displague closed 9 years ago

displague commented 9 years ago

The stderr of cflint yields error messages when processing CFM such as:

<cfset var x = arguments.string>
<cfset thing = fn(string) >
ryaneberly commented 9 years ago

This issue is fixed in the antlr4 version. to be released soon.