ckeditor/ckeditor5-heading

View on GitHub
src/headingui.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function init has 61 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    init() {
        const editor = this.editor;
        const t = editor.t;
        const options = getLocalizedOptions( editor );
        const defaultTitle = t( 'Choose heading' );
Severity: Major
Found in src/headingui.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status