wikimedia/mediawiki-extensions-MobileFrontend

View on GitHub
src/mobile.startup/Drawer.js

Summary

Maintainability
A
1 hr
Test Coverage

Function Drawer has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function Drawer( props ) {
    this.drawerClassName = props.className || '';
    this.collapseIcon = new IconButton( {
        icon: 'expand',
        additionalClassNames: 'cancel',
Severity: Minor
Found in src/mobile.startup/Drawer.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status