pankod/refine

View on GitHub
packages/codemod/src/transformations/refine3-to-refine4.ts

Summary

Maintainability
A
2 hrs
Test Coverage

Function postTransform has 51 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export async function postTransform(files: any, flags: any) {
  const config = new CodemodConfig(CONFIG_FILE_NAME);

  if (flags.dry) {
    config.destroy();
Severity: Major
Found in packages/codemod/src/transformations/refine3-to-refine4.ts - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status