aristath/kirki

View on GitHub
packages/kirki-framework/module-tooltips/src/control.js

Summary

Maintainability
A
1 hr
Test Coverage

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

function kirkiTooltipAdd( control ) {
    _.each( kirkiTooltips, function ( tooltip ) {
        if ( tooltip.id !== control.id ) {
            return;
        }
Severity: Minor
Found in packages/kirki-framework/module-tooltips/src/control.js - About 1 hr to fix

There are no issues that match your filters.

Category
Status