OmerHerera/tikal

View on GitHub

Showing 1 of 1 total issue

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

function _createSingleConnection (options) {
    return function (callback) {
        var connection = new WS(options.url);
        connection.URL = options.url;
        connection.messages = options.messages;
Severity: Minor
Found in src/index.js - About 1 hr to fix
    Severity
    Category
    Status
    Source
    Language