airbnb/caravel

View on GitHub
superset-frontend/src/dashboard/actions/dashboardLayout.js

Summary

Maintainability
A
3 hrs
Test Coverage

Function handleComponentDrop has 77 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function handleComponentDrop(dropResult) {
  return (dispatch, getState) => {
    const overflowsParent = dropOverflowsParent(
      dropResult,
      getState().dashboardLayout.present,
Severity: Major
Found in superset-frontend/src/dashboard/actions/dashboardLayout.js - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status