tantalim/tantalim-server

View on GitHub
server.js

Summary

Maintainability
A
3 hrs
Test Coverage

Function start has 64 lines of code (exceeds 25 allowed). Consider refactoring.
Open

var start = function () {
    var app = express();

    app.locals = _.extend(app.locals, config.locals || {});

Severity: Major
Found in server.js - About 2 hrs to fix

    Function setup has 31 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    var setup = function (custom) {
        var defaultConfig = {
            /**
             * The absolute path to the root of this web server
             */
    Severity: Minor
    Found in server.js - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status