jakearchibald/tweetdeck-prototype

View on GitHub
server/index.js

Summary

Maintainability
A
1 hr
Test Coverage

Function createApp has 36 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports.createApp = function (opts) {
  var app = express();

  app.engine('html', swig.renderFile);
  app.set('view cache', false);
Severity: Minor
Found in server/index.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status