ManageIQ/manageiq-ui-classic

View on GitHub
app/javascript/components/request-workflow-status/request-workflow-status-item.jsx

Summary

Maintainability
A
1 hr
Test Coverage

Function getWorkflow has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  const getWorkflow = async() => {
    reloadCount.current += 1;
    const url = `/api/configuration_scripts/${recordId}`;
    API.get(url, { skipErrors: [404, 400, 500] })
      .then((response) => {

'rows.forEach' is missing in props validation
Open

    rows.forEach((row) => {

For more information visit Source: http://eslint.org/docs/rules/

'rows' is missing in props validation
Open

  const renderList = ({ headers, rows }) => {

For more information visit Source: http://eslint.org/docs/rules/

'headers' is missing in props validation
Open

  const renderList = ({ headers, rows }) => {

For more information visit Source: http://eslint.org/docs/rules/

There are no issues that match your filters.

Category
Status