grrrisu/Simulator

View on GitHub
node/lib/web_socket.js

Summary

Maintainability
A
1 hr
Test Coverage

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

exports.connect = function(server, socket_file){

  const io = require('socket.io')(server);

  let player_id = null;
Severity: Minor
Found in node/lib/web_socket.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status