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
Hi! Thanks for the awesome tool!
The following blocks of code
const query = new Query() // q (Keyword query) .addParam('q', queryToString(params.searchText, '+'))
and
const query = JobQueries.manageableQuery() .includeCompany()
Together reported by jsinspect
------------------------------------------------------------ Match - 2 instances ./service1.js:78,78 const query = new Query() ./service2.js:316,316 const query = JobQueries.manageableQuery() ------------------------------------------------------------
Which apparently shouldn't happen.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi!
Thanks for the awesome tool!
The following blocks of code
and
Together reported by jsinspect
Which apparently shouldn't happen.
The text was updated successfully, but these errors were encountered: