Showing 150 of 1,771 total issues

Avoid deeply nested control flow statements.
Open

                            if ( ( newCache[ 2 ] = matcher( elem, context, xml ) ) ) {
                                return true;
                            }
Severity: Major
Found in public/external/jquery/dist/jquery.js - About 45 mins to fix

Avoid deeply nested control flow statements.
Open

                        for ( match in context ) {

                            // Properties of context are called as methods if possible
                            if ( isFunction( this[ match ] ) ) {
                                this[ match ]( context[ match ] );
Severity: Major
Found in public/external/jquery/dist/jquery.js - About 45 mins to fix

Avoid deeply nested control flow statements.
Open

                        if ( attrs[ i ] ) {
                            name = attrs[ i ].name;
                            if ( name.indexOf( "data-" ) === 0 ) {
                                name = camelCase( name.slice( 5 ) );
                                dataAttr( elem, name, data[ name ] );
Severity: Major
Found in public/external/jquery/dist/jquery.js - About 45 mins to fix

Avoid deeply nested control flow statements.
Open

                            if (match) {
                                matched = true;
                                ops[token_1 !== "Y" ? "push" : "unshift"]({
                                    fn: revFormat[token_1],
                                    val: match[++matchIndex],
Severity: Major
Found in public/external/flatpickr/dist/flatpickr.js - About 45 mins to fix

Function getNearestCartesianItems has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

function getNearestCartesianItems(chart, position, axis, intersect, useFinalPosition, includeInvisible) {
Severity: Minor
Found in public/external/chart.js/dist/chart.js - About 45 mins to fix

Function on has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

function on( elem, types, selector, data, fn, one ) {
Severity: Minor
Found in public/external/jquery/dist/jquery.js - About 45 mins to fix

Avoid deeply nested control flow statements.
Open

                } else if ( match[ 2 ] ) {
                    push.apply( results, context.getElementsByTagName( selector ) );
                    return results;

                // Class selector
Severity: Major
Found in public/external/jquery/dist/jquery.js - About 45 mins to fix

Function _steppedLineTo has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

function _steppedLineTo(ctx, previous, target, flip, mode) {
Severity: Minor
Found in public/external/chart.js/dist/chart.js - About 35 mins to fix

Function buildFragment has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

function buildFragment( elems, context, scripts, selection, ignored ) {
Severity: Minor
Found in public/external/jquery/dist/jquery.js - About 35 mins to fix

Function evaluateInteractionItems has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

function evaluateInteractionItems(chart, axis, position, handler, intersect) {
Severity: Minor
Found in public/external/chart.js/dist/chart.js - About 35 mins to fix

Function skip has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

function skip(ticks, newTicks, spacing, majorStart, majorEnd) {
Severity: Minor
Found in public/external/chart.js/dist/chart.js - About 35 mins to fix

Function determineLimits has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

function determineLimits(angle, pos, size, min, max) {
Severity: Minor
Found in public/external/chart.js/dist/chart.js - About 35 mins to fix

Function _createResolver has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

function _createResolver(scopes, prefixes = [''], rootScopes = scopes, fallback, getTarget = () => scopes[0]) {
Severity: Minor
Found in public/external/chart.js/dist/chart.js - About 35 mins to fix

Function superMatcher has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

        superMatcher = function( seed, context, xml, results, outermost ) {
Severity: Minor
Found in public/external/jquery/dist/jquery.js - About 35 mins to fix

Function _updateBezierControlPoints has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

function _updateBezierControlPoints(points, options, area, loop, indexAxis) {
Severity: Minor
Found in public/external/chart.js/dist/chart.js - About 35 mins to fix

Function setBoxDims has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

function setBoxDims(box, left, top, width, height) {
Severity: Minor
Found in public/external/chart.js/dist/chart.js - About 35 mins to fix

Function drawArc has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

function drawArc(ctx, element, offset, spacing, circular) {
Severity: Minor
Found in public/external/chart.js/dist/chart.js - About 35 mins to fix

Function updateLimits has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

function updateLimits(limits, orig, angle, hLimits, vLimits) {
Severity: Minor
Found in public/external/chart.js/dist/chart.js - About 35 mins to fix

Function remove has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    remove: function( elem, types, handler, selector, mappedTypes ) {
Severity: Minor
Found in public/external/jquery/dist/jquery.js - About 35 mins to fix

Method __construct has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    public function __construct(View $view, array $args = [], ?JsExpressionable $afterSuccess = null, array $apiConfig = [], bool $includeStorage = false)
Severity: Minor
Found in src/Js/JsReload.php - About 35 mins to fix
Severity
Category
Status
Source
Language