nooline/nooline

View on GitHub
common/js/nooline/models/category/load-index.js

Summary

Maintainability
A
1 hr
Test Coverage

Function loadIndex has 42 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  N.Models.Category.prototype.loadIndex = function (error, data) {
    var fs;
    var info;
    var error404;
    var snippetList;
Severity: Minor
Found in common/js/nooline/models/category/load-index.js - About 1 hr to fix

There are no issues that match your filters.

Category
Status