taskrabbit/elasticsearch-dump

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

Summary

Maintainability
A
1 hr
Test Coverage

Function version has 36 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  version (prefix, callback) {
    if (this.ESversion) { return callback() }
    const esRequest = {
      url: `${this.base.host}/`,
      method: 'GET'
Severity: Minor
Found in lib/transports/__es__/_base.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status