ResultadosDigitais/matrix

View on GitHub
backend/app/office.socket.js

Summary

Maintainability
A
1 hr
Test Coverage

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

  start() {
    this.io.use((socket, next) => {
      const serializedUser = socket.handshake.query.user;

      try {
Severity: Minor
Found in backend/app/office.socket.js - About 1 hr to fix

    Parsing error: Invalid ecmaVersion.
    Open

    import SocketIO from "socket.io";
    Severity: Minor
    Found in backend/app/office.socket.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    There are no issues that match your filters.

    Category
    Status