pankod/refine

View on GitHub
packages/codemod/src/transformations/antd4-to-antd5.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function updateActionButtonsPropstoHeaderButtons has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const updateActionButtonsPropstoHeaderButtons = (
  j: JSCodeshift,
  root: Collection<any>,
) => {
  const components = ["Show", "Edit", "List", "Create"];
Severity: Minor
Found in packages/codemod/src/transformations/antd4-to-antd5.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status