superdesk/superdesk-client-core

View on GitHub
scripts/apps/authoring-react/fields/editor3/index.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function getEditor3Field has 46 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function getEditor3Field()
: ICustomFieldType<IEditor3ValueOperational, IEditor3ValueStorage, IEditor3Config, IUserPreferences> {
    const field: ICustomFieldType<IEditor3ValueOperational, IEditor3ValueStorage, IEditor3Config, IUserPreferences> = {
        id: EDITOR_3_FIELD_TYPE,
        label: gettext('Editor3 (authoring-react)'),
Severity: Minor
Found in scripts/apps/authoring-react/fields/editor3/index.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status