takahitomiyamoto/heat-sfdx-tooling

View on GitHub
src/custom-calls/spec-apex/docs.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function generateMarkdownSpecs has 36 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const generateMarkdownSpecs = (auth: authorization) => {
  const md = [];
  const jsonApex = parseJsonApex(auth);
  const jsonApexMember = parseJsonApexMember(auth);

Severity: Minor
Found in src/custom-calls/spec-apex/docs.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status