botwillacceptanything/botwillacceptanything

View on GitHub
lib/services/hello.js

Summary

Maintainability
A
1 hr
Test Coverage

Function ServiceHello has 43 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        function ServiceHello(app) {
            var app = express();
            app.enable('trust proxy');
            var port = 3010;
            sockets.lookup['hello'] = port;
Severity: Minor
Found in lib/services/hello.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status