averias/redis-time-series

View on GitHub
src/response/infoResponseRender.ts

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

Function render has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public render(response: any[]): InfoResponse {
        const labels: Label[] = [];
        for (const label of response[19]) {
            labels.push(new Label(label[0], label[1]));
        }
Severity: Minor
Found in src/response/infoResponseRender.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status