Asymmetrik/mean2-starter

View on GitHub
src/server/lib/socket.io.js

Summary

Maintainability
A
1 hr
Test Coverage

Function exports has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = function(app, db) {

    // Create a new HTTP server
    logger.info('Creating HTTP Server');
    var server = http.createServer(app);
Severity: Minor
Found in src/server/lib/socket.io.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status