jameswlane/status-board

View on GitHub
src/webapp/logic.ts

Summary

Maintainability
A
2 hrs
Test Coverage

Function renderJsDashboard has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function renderJsDashboard(packagesPath: any,
                                  wallboardAssetsFolder: any,
                                  dashboardName: any,
                                  request: Request,
                                  response: Response) {
Severity: Minor
Found in src/webapp/logic.ts - About 1 hr to fix

Function renderJsDashboard has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

export function renderJsDashboard(packagesPath: any,
                                  wallboardAssetsFolder: any,
                                  dashboardName: any,
                                  request: Request,
                                  response: Response) {
Severity: Minor
Found in src/webapp/logic.ts - About 35 mins to fix

There are no issues that match your filters.

Category
Status