Skip to content
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

False positive when named arguments in function call enclosed in quotes #210

Closed
mpaluchowski opened this issue Nov 14, 2016 · 1 comment
Closed

Comments

@mpaluchowski
Copy link
Contributor

CFLint reports a MISSING_SEMI, exactly End of statement(;) expected instead of ) for the following line of code:

foo.bar("argNameOne" = argValueOne, "argNameTwo" = argValueTwo);

Seems to be triggered by the argument names enclosed in quotes, which to the best of my knowledge is valid ColdFusion code.

ryaneberly added a commit to cfparser/cfparser that referenced this issue Nov 16, 2016
@ryaneberly
Copy link
Contributor

fixed in cfparser.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants