superdesk/superdesk-client-core

View on GitHub
scripts/apps/relations/services/RelationsService.ts

Summary

Maintainability
A
1 hr
Test Coverage

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

export function validateWorkflow(
    mediaItem: IArticle,
    allowedWorkflowsConfig: Partial<typeof defaultAllowedWorkflows>,
): {result: true} | {result: false; error: string} {
    const allowedWorkflows = {
Severity: Minor
Found in scripts/apps/relations/services/RelationsService.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status