We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
CFLint reports a MISSING_SEMI, exactly End of statement(;) expected instead of ) for the following line of code:
MISSING_SEMI
End of statement(;) expected instead of )
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.
The text was updated successfully, but these errors were encountered:
https://github.com/cflint/CFLint/issues/210
dbb1886
fixed in cfparser.
Sorry, something went wrong.
No branches or pull requests
CFLint reports a
MISSING_SEMI
, exactlyEnd of statement(;) expected instead of )
for the following line of code:Seems to be triggered by the argument names enclosed in quotes, which to the best of my knowledge is valid ColdFusion code.
The text was updated successfully, but these errors were encountered: