dwyl/ordenado

View on GitHub

Showing 1 of 1 total issue

Function ordenado has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  var ordenado = function (tasks, callback) {
    if(typeof callback !== 'function'){
      return new Error('Second argument to ordenado must be a callback function');
    }
    if (!_isArray(tasks)) {
Severity: Minor
Found in index.js - About 1 hr to fix
    Severity
    Category
    Status
    Source
    Language