Skip to content

Single line match reported when there is no match #85

Description

@elmeister

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions