wikimedia/mediawiki-extensions-VisualEditor

View on GitHub
modules/ve-mw/ce/nodes/ve.ce.MWTransclusionNode.js

Summary

Maintainability
A
1 hr
Test Coverage

Function filterRendering has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

ve.ce.MWTransclusionNode.static.filterRendering = function ( contentNodes ) {
    if ( !contentNodes.length ) {
        return [];
    }

Severity: Minor
Found in modules/ve-mw/ce/nodes/ve.ce.MWTransclusionNode.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status