silentrob/superscript

View on GitHub
clients/telnet.js

Summary

Maintainability
A
1 hr
Test Coverage

Function botHandle has 39 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const botHandle = function botHandle(err, bot) {
  const receiveData = function receiveData(socket, bot, data) {
    // Handle incoming messages.
    let message = `${data}`;

Severity: Minor
Found in clients/telnet.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status