smartprocure/futil-js

View on GitHub
scripts/generate-docs.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function getDocs has 66 lines of code (exceeds 25 allowed). Consider refactoring.
Open

let getDocs = async () => {
  let jsDocToJson = _.flow(
    _.reject('undocumented'),
    _.reject({ kind: 'module' }),
    _.reject({ access: 'private' }),
Severity: Major
Found in scripts/generate-docs.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status