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

Variable Query is not a valid name. Please use CamelCase or underscores. #472

Closed
isaac-mercieca opened this issue Sep 25, 2017 · 1 comment
Milestone

Comments

@isaac-mercieca
Copy link
Contributor

isaac-mercieca commented Sep 25, 2017

When using one of the below statements, it is being listed under VAR_INVALID_NAME however this is not the case because both Query and PDF are components.

var objQuery= new Query();
var objPdf= new Pdf();

Should the VAR_INVALID_NAME plugin check if the "variable" is after the new command?

ryaneberly added a commit that referenced this issue Oct 14, 2017
@ryaneberly ryaneberly added this to the 1.3.0 milestone Oct 14, 2017
@ryaneberly
Copy link
Contributor

Fixed in dev for 1.3.0. Thanks @isaac-mercieca

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