daime/oahujs

View on GitHub
src/oahu.js

Summary

Maintainability
A
1 hr
Test Coverage

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

function pipeline() {
    const arg0 = arguments[0];
    const handlers = Array.isArray(arg0) ? arg0 : Array.from(arguments);
    const bd = backdoor();
    let finished = false;
Severity: Minor
Found in src/oahu.js - About 1 hr to fix

    Unable to resolve path to module 'bluebird'.
    Open

    const Bluebird = require('bluebird');
    Severity: Minor
    Found in src/oahu.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    There are no issues that match your filters.

    Category
    Status