bowtie-co/node-houndstooth-sdk

View on GitHub
src/models/Jekyll.js

Summary

Maintainability
A
1 hr
Test Coverage
B
86%

Function collections has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

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

    There are no issues that match your filters.

    Category
    Status