ape-repo/ape-installing

View on GitHub
lib/unless_global.js

Summary

Maintainability
A
1 hr
Test Coverage

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

    There are no issues that match your filters.

    Category
    Status