jameswlane/status-board

View on GitHub
src/item-manager/get-first.ts

Summary

Maintainability
A
35 mins
Test Coverage

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

export function getFirst(packagesPath: string[],
                         itemName: string,
                         itemType: 'dashboards' | 'jobs' | 'widgets',
                         extension: string,
                         callback: any) {
Severity: Minor
Found in src/item-manager/get-first.ts - About 35 mins to fix

There are no issues that match your filters.

Category
Status