okunishinishi/node-handybower

View on GitHub

Showing 1 of 1 total issue

Function handyBower has 94 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function handyBower(names, options, callback) {
    var args = argx(arguments);
    callback = args.pop('function') || argx.noop;
    options = args.pop('object');
    names = args.remain().reduce(_concat, []).map(function (name) {
Severity: Major
Found in lib/handybower.js - About 3 hrs to fix
    Severity
    Category
    Status
    Source
    Language