taskrabbit/elasticsearch-dump

View on GitHub
lib/transports/__es__/_setting.js

Summary

Maintainability
A
1 hr
Test Coverage

Function setSettings has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  setSettings (data, limit, offset, callback) {
    if (this.haveSetSettings === true || data.length === 0) {
      return callback(null, 0)
    }

Severity: Minor
Found in lib/transports/__es__/_setting.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status