wikimedia/mediawiki-extensions-Wikibase

View on GitHub
client/data-bridge/src/mediawiki/Dispatcher.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function dispatch has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public dispatch( selectedElement: SelectedElement ): void {
        const dialog = prepareContainer( this.mwWindow.OO, this.mwWindow.$, Dispatcher.APP_DOM_CONTAINER_ID );

        const emitter = this.app.launch(
            ( this.vue as MwVueConstructor ).createMwApp,
Severity: Minor
Found in client/data-bridge/src/mediawiki/Dispatcher.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status