wikimedia/mediawiki-extensions-Wikibase

View on GitHub
client/data-bridge/src/data-access/ApiWritingRepository.ts

Summary

Maintainability
A
2 hrs
Test Coverage

Function saveEntity has 52 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public saveEntity(
        entity: Entity,
        base?: EntityRevision,
        assertUser = true,
    ): Promise<EntityRevisionWithRedirect> {
Severity: Major
Found in client/data-bridge/src/data-access/ApiWritingRepository.ts - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status