tools/doc/generate.js

Summary

Maintainability
A
1 hr
Test Coverage

Function processIncludes has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function processIncludes(input, cb) {
  var includes = input.match(includeExpr);
  if (includes === null) return cb(null, input);
  var errState = null;
  console.error(includes);
Severity: Minor
Found in tools/doc/generate.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status