takahitomiyamoto/heat-sfdx-tooling

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

Summary

Maintainability
A
2 hrs
Test Coverage

Function parseHeader has 61 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const parseHeader = (params: any) => {
  const apex = params.apex;
  const apexMember = params.apexMember;
  const body = params.body;
  // Common
Severity: Major
Found in src/custom-calls/spec-apex/md/parse.ts - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status