wikimedia/mediawiki-core

View on GitHub
resources/lib/jquery.ui/jquery.ui.effect-shake.js

Summary

Maintainability
A
1 hr
Test Coverage

Function shake has 42 lines of code (exceeds 25 allowed). Consider refactoring.
Open

$.effects.effect.shake = function( o, done ) {

    var el = $( this ),
        props = [ "position", "top", "bottom", "left", "right", "height", "width" ],
        mode = $.effects.setMode( el, o.mode || "effect" ),
Severity: Minor
Found in resources/lib/jquery.ui/jquery.ui.effect-shake.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status