tcorral/mystiquex

View on GitHub
lib/utils/createLink.js

Summary

Maintainability
A
1 hr
Test Coverage

Function createLink has 40 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function createLink(src, dst, type) {
    var dstDir = path.dirname(dst);
    // Create directory
    return Q.nfcall(mkdirp, dstDir)
        // Check if source exists
Severity: Minor
Found in lib/utils/createLink.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status