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

cflint ignore:QUERYPARAM_REQ does not work on multiline code #711

Open
dominic-cm opened this issue Jul 15, 2021 · 0 comments
Open

cflint ignore:QUERYPARAM_REQ does not work on multiline code #711

dominic-cm opened this issue Jul 15, 2021 · 0 comments

Comments

@dominic-cm
Copy link

Hi

Just found this out recently cflint ignore:QUERYPARAM_REQ only works in the code is on a single line and the cflint ignore:QUERYPARAM_REQ is at the very end.

if the query spans multiple lines it still reports a QUERYPARAM error.

This has to be on a single line.

var Qry = queryExecute("sql query here with dynamic table name",{},{datasource=Datasource}); //cflint ignore:QUERYPARAM_REQ

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

1 participant