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

Single line match reported when there is no match #85

Open
elmeister opened this issue Jan 13, 2019 · 0 comments
Open

Single line match reported when there is no match #85

elmeister opened this issue Jan 13, 2019 · 0 comments

Comments

@elmeister
Copy link

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.

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