RackHD/on-core

View on GitHub
index.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function exports has 62 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = function (di, directory) {
    di = di || dependencyInjection;
    directory = directory || __dirname;

    var helper = require('./lib/di')(di, directory);
Severity: Major
Found in index.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status