stoplightio/yaml

View on GitHub
src/lineForPosition.ts

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

Avoid too many return statements within this function.
Open

    return lineForPosition(pos, lines, start, target - 1);
Severity: Major
Found in src/lineForPosition.ts - About 30 mins to fix

    Avoid too many return statements within this function.
    Open

        return lineForPosition(pos, lines, target + 1, end);
    Severity: Major
    Found in src/lineForPosition.ts - About 30 mins to fix

      There are no issues that match your filters.

      Category
      Status