website-scraper/node-website-scraper

View on GitHub
lib/resource-handler/index.js

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

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

    downloadChildrenResources (pathContainer, parentResource) {
        const self = this;
        const childrenPaths = pathContainer.getPaths();
        const pathsToUpdate = [];

Severity: Minor
Found in lib/resource-handler/index.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status