atsid/restwalker

View on GitHub

Showing 2 of 15 total issues

File executor.test.js has 273 lines of code (exceeds 250 allowed). Consider refactoring.
Open

"use strict";
let chai = require("chai");
let expect = chai.expect;
let Executor = require("./executor");
let Runner = require("./http-runner");
Severity: Minor
Found in src/executor.test.js - About 2 hrs to fix

    Function takeStep has 38 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        takeStep(res, step, context, command) {
            debug(`taking final step '${step.name}'`);
            return new Promise((resolve, reject) => {
                let link = res.links[step.name];
                if (!link) {
    Severity: Minor
    Found in src/executor.js - About 1 hr to fix
      Severity
      Category
      Status
      Source
      Language