brisket/brisket

View on GitHub
lib/server/Server.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function create has 63 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    create: function(requestedConfig) {
        var brisketEngine = express();

        var config = requestedConfig || {};
        var apis = config.apis || {};
Severity: Major
Found in lib/server/Server.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status