LearnersGuild/echo

View on GitHub
src/server/server.js

Summary

Maintainability
A
2 hrs
Test Coverage

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

export function start() {
  // capture unhandled exceptions
  raven.patchGlobal(config.server.sentryDSN)

  const app = new Express()
Severity: Major
Found in src/server/server.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status