time/datasource/acufo/AcufoDatasource.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function getNativeCase has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  protected getNativeCase(context: RR0SsgContext, row: Element): AcufoCase {
    const fields = row.querySelectorAll("td")
    const caseLink = fields[0].firstElementChild as HTMLAnchorElement
    const dateFormat = /(\d\d)\/(\d\d)\/(\d\d\d\d) (\d\d):(\d\d)/
    const dateFields = dateFormat.exec(fields[1].textContent)
Severity: Minor
Found in time/datasource/acufo/AcufoDatasource.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status