ManageIQ/manageiq-ui-classic

View on GitHub

Showing 2,015 of 18,390 total issues

Avoid too many return statements within this function.
Open

      return { ...content, component: cellText() };
Severity: Major
Found in app/javascript/components/miq-data-table/miq-table-cell.jsx - About 30 mins to fix

Avoid too many return statements within this function.
Open

  return value;
Severity: Major
Found in app/javascript/components/workers-form/helpers.jsx - About 30 mins to fix

Avoid too many return statements within this function.
Open

  return value;
Severity: Major
Found in app/javascript/components/workers-form/helpers.jsx - About 30 mins to fix

Avoid too many return statements within this function.
Open

      if (hasLink(keys)) return { ...content, component: cellLink(data, id), cellClick: false };
Severity: Major
Found in app/javascript/components/miq-data-table/miq-table-cell.jsx - About 30 mins to fix

Avoid too many return statements within this function.
Open

  return (<StackBarChartGraph data={sampleData} />);
Severity: Major
Found in app/javascript/components/create-report-chart-form/index.jsx - About 30 mins to fix

Avoid too many return statements within this function.
Open

  return <EmptyChart />;
Severity: Major
Found in app/javascript/components/dashboard-widgets/dashboard-charts/index.jsx - About 30 mins to fix

Avoid too many return statements within this function.
Open

      return;
Severity: Major
Found in app/javascript/components/dashboard-widgets/widget-wrapper/helper.jsx - About 30 mins to fix

Avoid too many return statements within this function.
Open

      return (<GroupBarChart data={convertedData} title={title} showLegend={showLegend} />);
Severity: Major
Found in app/javascript/components/dashboard-widgets/dashboard-charts/index.jsx - About 30 mins to fix

Avoid too many return statements within this function.
Open

    return (<StackBarChartGraph data={convertedData} title={title} />);
Severity: Major
Found in app/javascript/components/dashboard-widgets/dashboard-charts/index.jsx - About 30 mins to fix

Avoid too many return statements within this function.
Open

  return data.toString();
Severity: Major
Found in app/javascript/components/miq_debug/toast-item.jsx - About 30 mins to fix

Avoid too many return statements within this function.
Open

      return (<StackHorizontalChart data={convertedData} title={title} />);
Severity: Major
Found in app/javascript/components/dashboard-widgets/dashboard-charts/index.jsx - About 30 mins to fix

Avoid too many return statements within this function.
Open

    return (<PieChartGraph data={pieData} />);
Severity: Major
Found in app/javascript/components/create-report-chart-form/index.jsx - About 30 mins to fix

Avoid too many return statements within this function.
Open

    return (<StackHorizontalChart data={sampleData} />);
Severity: Major
Found in app/javascript/components/create-report-chart-form/index.jsx - About 30 mins to fix

Avoid too many return statements within this function.
Open

    return false;
Severity: Major
Found in app/javascript/components/gtl-view.jsx - About 30 mins to fix

Avoid too many return statements within this function.
Open

    return (<StackAreaChart data={sampleData} />);
Severity: Major
Found in app/javascript/components/create-report-chart-form/index.jsx - About 30 mins to fix

Avoid too many return statements within this function.
Open

      return (<StackBarChartGraph data={convertedData} title={title} />);
Severity: Major
Found in app/javascript/components/dashboard-widgets/dashboard-charts/index.jsx - About 30 mins to fix

Avoid too many return statements within this function.
Open

    return (<StackBarChartGraph data={sampleData} />);
Severity: Major
Found in app/javascript/components/create-report-chart-form/index.jsx - About 30 mins to fix

Avoid too many return statements within this function.
Open

      return (<StackAreaChart data={convertedData} title={title} />);
Severity: Major
Found in app/javascript/components/dashboard-widgets/dashboard-charts/index.jsx - About 30 mins to fix

Avoid too many return statements within this function.
Open

    return (<LineChartGraph data={sampleData} />);
Severity: Major
Found in app/javascript/components/create-report-chart-form/index.jsx - About 30 mins to fix

Avoid too many return statements within this method.
Open

        return "miq_reports_center_tb"
Severity: Major
Found in app/helpers/application_helper/toolbar_chooser.rb - About 30 mins to fix
Severity
Category
Status
Source
Language