dwyl/ordenado

View on GitHub
index.js

Summary

Maintainability
A
1 hr
Test Coverage

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

    There are no issues that match your filters.

    Category
    Status