denis-sokolov/multi-ssh

View on GitHub

Showing 1 of 1 total issue

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

module.exports = function(list){
    if (list.length < 3) {
        throw new Error('Too few arguments');
    }
    var servers = [];
Severity: Minor
Found in src/args.js - About 1 hr to fix
    Severity
    Category
    Status
    Source
    Language