bowtie-co/node-houndstooth-sdk

View on GitHub
src/models/Collection.js

Summary

Maintainability
A
1 hr
Test Coverage
C
77%

Function parsePath has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  parsePath (path, params = {}) {
    return new Promise(
      (resolve, reject) => {
        if (this._isCached(path)) {
          return resolve(this._cached(path))
Severity: Minor
Found in src/models/Collection.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status