Yogu/site-manager

View on GitHub
src/tasks/fetch.js

Summary

Maintainability
A
1 hr
Test Coverage

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

FetchTask.prototype.perform = function*() {
    var manager = this.siteManager;
    
    this.cd(manager._repoPath);
    var result = yield this.exec('git fetch origin +refs/heads/*:refs/heads/*');
Severity: Minor
Found in src/tasks/fetch.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status