perryrh0dan/taskline

View on GitHub
src/local.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function parseJson has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  private parseJson(data: any): Array<Item> {
    const items: Array<Item> = new Array<Item>();

    Object.keys(data).forEach((id: string) => {
      if (data[id].isTask) {
Severity: Minor
Found in src/local.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status