Showing 150 of 1,765 total issues

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

function determineUnitForFormatting(scale, numTicks, minUnit, min, max) {
Severity: Minor
Found in public/external/chart.js/dist/chart.js - 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 _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 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 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 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 CHILD has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

        CHILD: function( type, what, _argument, first, last ) {
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

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 drawPointLegend has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

function drawPointLegend(ctx, options, x, y, w) {
Severity: Minor
Found in public/external/chart.js/dist/chart.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

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

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

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

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

    public function addSection(?string $title = null, ?Model $entity = null, ?array $fields = null, bool $useTable = false, bool $useLabel = false)
Severity: Minor
Found in src/Card.php - About 35 mins to fix

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

function decorateText(ctx, x, y, line, opts) {
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 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

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

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

    public function addModalAction($button, $title, \Closure $callback, $args = [], $isDisabled = false)
Severity: Minor
Found in src/Grid.php - About 35 mins to fix

Avoid too many return statements within this function.
Open

            return false;
Severity: Major
Found in public/js/atk-vue-query-builder.js - About 30 mins to fix
Severity
Category
Status
Source
Language