Showing 150 of 1,794 total issues

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

function render(_ctx, _cache, $props, $setup, $data, $options) {
Severity: Minor
Found in public/js/atk-vue-query-builder.js - About 45 mins to fix

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

function render(_ctx, _cache, $props, $setup, $data, $options) {
Severity: Minor
Found in public/js/atk-vue-query-builder.js - About 45 mins to fix

Avoid deeply nested control flow statements.
Open

                    if ( Expr.relative[ tokens[ j ].type ] ) {
                        break;
                    }
Severity: Major
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

Avoid deeply nested control flow statements.
Open

                            if (e.ctrlKey) {
                                e.stopPropagation();
                                changeYear(self.currentYear - delta);
                                focusOnDay(getFirstAvailableDay(1), 0);
                            }
Severity: Major
Found in public/external/flatpickr/dist/flatpickr.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

Avoid deeply nested control flow statements.
Open

                        else if (eventTarget === self.currentYearElement) {
                            changeYear(self.currentYear - delta);
                        }
                        else if (self.config.enableTime) {
                            if (!isTimeObj && self.hourElement)
Severity: Major
Found in public/external/flatpickr/dist/flatpickr.js - About 45 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 _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 i has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

  list.i = function i(modules, media, dedupe, supports, layer) {
Severity: Minor
Found in public/js/atk-vue-query-builder.js - About 35 mins to fix

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

function Tween( elem, options, prop, end, easing ) {
Severity: Minor
Found in public/external/jquery/dist/jquery.js - About 35 mins to fix

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

function addScopesFromKey(set, allScopes, key, fallback, item) {
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 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 add has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

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

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

    public function addJsPaginatorInContainer($ipp, $containerHeight, array $options = [], $container = null, $scrollRegion = 'Body')
Severity: Minor
Found in src/Grid.php - About 35 mins to fix

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

function hueValue(r, g, b, d, max) {
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 condense has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

function condense( unmatched, map, filter, context, xml ) {
Severity: Minor
Found in public/external/jquery/dist/jquery.js - About 35 mins to fix

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

    protected function _setOrAppend($tag, ?string $value = null, bool $encodeHtml = true, bool $append = false, bool $throwIfNotFound = true): void
Severity: Minor
Found in src/HtmlTemplate.php - About 35 mins to fix
Severity
Category
Status
Source
Language