Kronos-Integration/kronos-step-archive-tar

View on GitHub
src/untar.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function _start has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  async _start() {
    this.ongoingRequests = new Set();

    const step = this;

Severity: Minor
Found in src/untar.js - About 1 hr to fix

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

          new Promise((resolve, reject) => {
            // what we need to handle one incoming request
            const current = {
              request: request,
              responses: [],
    Severity: Minor
    Found in src/untar.js - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status