taskrabbit/elasticsearch-dump

View on GitHub
lib/processor.js

Summary

Maintainability
A
1 hr
Test Coverage

Function __looper has 43 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  async __looper (limit, offset, totalWrites, queue) {
    const ignoreErrors = this.options['ignore-errors'] === true

    return new Promise((resolve, reject) => {
      this.input.get(limit, offset, (err, data) => {
Severity: Minor
Found in lib/processor.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status