Yogu/site-manager

View on GitHub
src/tasks/addSite.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function perform has 67 lines of code (exceeds 25 allowed). Consider refactoring.
Open

AddSiteTask.prototype.perform = function*() {
    var manager = this.siteManager;
    var siteName = this.siteName;

    yield this.runNestedQuietly(manager.loadTask(false));
Severity: Major
Found in src/tasks/addSite.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status