ape-repo/ape-installing

View on GitHub

Showing 1 of 1 total issue

Function unlessGlobal has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function unlessGlobal(name, options, callback) {
    let args = argx(arguments);
    callback = args.pop('function');
    options = args.pop('object') || {};
    name = args.shift('string');
Severity: Minor
Found in lib/unless_global.js - About 1 hr to fix
    Severity
    Category
    Status
    Source
    Language