okunishinishi/node-ngdoc-md

View on GitHub

Showing 1 of 1 total issue

Function doAngularModules has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function doAngularModules(src, dest, options, callback) {
    var args = argx(arguments);
    callback = args.pop('function') || argx.noop;
    options = args.pop('object') || {};
    dest = args.pop('string');
Severity: Minor
Found in lib/ngdoc_md.js - About 1 hr to fix
    Severity
    Category
    Status
    Source
    Language