deps/npm/lib/unbuild.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function rmMans has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function rmMans (pkg, folder, parent, top, cb) {
  if (!pkg.man
      || !top
      || process.platform === "win32"
      || !npm.config.get("global")) {
Severity: Minor
Found in deps/npm/lib/unbuild.js - About 1 hr to fix

    Function rmMans has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

    function rmMans (pkg, folder, parent, top, cb) {
    Severity: Minor
    Found in deps/npm/lib/unbuild.js - About 35 mins to fix

      Function rmBins has 5 arguments (exceeds 4 allowed). Consider refactoring.
      Open

      function rmBins (pkg, folder, parent, top, cb) {
      Severity: Minor
      Found in deps/npm/lib/unbuild.js - About 35 mins to fix

        There are no issues that match your filters.

        Category
        Status