superdesk/superdesk-client-core

View on GitHub
scripts/extensions/annotationsLibrary/src/GetFields.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function getFields has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function getFields(superdesk: ISuperdesk) {
    const {gettext} = superdesk.localization;
    const {FormFieldType} = superdesk.forms;

    const nameField: IFormField = {
Severity: Minor
Found in scripts/extensions/annotationsLibrary/src/GetFields.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status