Skip to content

Single line match reported when there is no match #85

@elmeister

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.

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