Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-22732

assert.contains() has unreachable code after return

    • Fully Compatible
    • ALL
    • Hide

      Found with eslint

      Show
      Found with eslint
    • TIG 11 (03/11/16)
    • 0

      eslint found the following error:

      src/mongo/shell/assert.js:135:13: Found unexpected statement after a return. [Error/no-unreachable]src/mongo/shell/servers.js:845:13: unnecessary ".apply()". [Error/no-useless-call]
      

      The code should be modified to either reject anything that isn't an array or checks objects & scalars appropriately.

            Assignee:
            michael.grundy Michael Grundy
            Reporter:
            michael.grundy Michael Grundy
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: