RackHD/on-http

View on GitHub
app.js

Summary

Maintainability
B
4 hrs
Test Coverage

Function Runner has 50 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function Runner(
    constants,
    HttpService,
    core,
    configuration,
Severity: Minor
Found in app.js - About 2 hrs to fix

    Function Runner has 12 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        constants,
        HttpService,
        core,
        configuration,
        profiles,
    Severity: Major
    Found in app.js - About 1 hr to fix

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

          function start() {
              return core.start()
                  .then(function() {
                      return Promise.all([views.load()]);
                  })
      Severity: Minor
      Found in app.js - About 1 hr to fix

        There are no issues that match your filters.

        Category
        Status