-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unused-local-variable ignores variable usage inside of <cfquery> (QoQ) #153
Comments
Looks like this is already fixed in the dev branch. |
0.7.1 has it. https://oss.sonatype.org/#nexus-search;quick~cflint |
I'm getting UNUSED_LOCAL_VARIABLE Local variable q_two is not used in function testQuery, consider removing it.
|
can you reopen this @ryaneberly ? |
I get an "unused-local-variable" warning for "getWorkOrder" even though it is used in the Query of Queries:
Local variable getWorkOrder is not used in function getSiteWorkOrders, consider removing it. (line 2, column 3)
The text was updated successfully, but these errors were encountered: