nelsonic/arana

View on GitHub
lib/worker.js

Summary

Maintainability
A
1 hr
Test Coverage

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

module.exports = function run (callback) {
  // fetch the next task from the work queue
  wq.next(function(err, task) {
    // console.log(task);
    gs(task.split(' ')[0], function(gserr, data){
Severity: Minor
Found in lib/worker.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status