pankod/refine

View on GitHub

Showing 959 of 983 total issues

Function devtoolsInstaller has 90 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const devtoolsInstaller = async () => {
  const corePackage = await getRefineCorePackage();

  const isInstalled = await spinner(
    isDevtoolsInstalled,
Severity: Major
Found in packages/cli/src/commands/devtools/index.ts - About 3 hrs to fix

    Function triggerExport has 90 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

      const triggerExport = async () => {
        setIsLoading(true);
    
        let rawData: BaseRecord[] = [];
    
    
    Severity: Major
    Found in packages/core/src/hooks/export/index.ts - About 3 hrs to fix

      Identical blocks of code found in 4 locations. Consider refactoring.
      Open

        const renderedFields: Array<string | undefined> = fields.map((field) => {
          switch (field?.type) {
            case "text":
            case "number":
            case "email":
      Severity: Major
      Found in packages/inferencer/src/inferencers/mui/edit.tsx and 3 other locations - About 3 hrs to fix
      packages/inferencer/src/inferencers/chakra-ui/create.tsx on lines 271..288
      packages/inferencer/src/inferencers/chakra-ui/edit.tsx on lines 357..374
      packages/inferencer/src/inferencers/mui/create.tsx on lines 324..341

      Duplicated Code

      Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

      Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

      When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

      Tuning

      This issue has a mass of 107.

      We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

      The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

      If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

      See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

      Refactorings

      Further Reading

      Identical blocks of code found in 4 locations. Consider refactoring.
      Open

        const renderedFields: Array<string | undefined> = fields.map((field) => {
          switch (field?.type) {
            case "text":
            case "number":
            case "email":
      Severity: Major
      Found in packages/inferencer/src/inferencers/chakra-ui/create.tsx and 3 other locations - About 3 hrs to fix
      packages/inferencer/src/inferencers/chakra-ui/edit.tsx on lines 357..374
      packages/inferencer/src/inferencers/mui/create.tsx on lines 324..341
      packages/inferencer/src/inferencers/mui/edit.tsx on lines 413..430

      Duplicated Code

      Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

      Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

      When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

      Tuning

      This issue has a mass of 107.

      We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

      The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

      If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

      See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

      Refactorings

      Further Reading

      Identical blocks of code found in 4 locations. Consider refactoring.
      Open

        const renderedFields: Array<string | undefined> = fields.map((field) => {
          switch (field?.type) {
            case "text":
            case "number":
            case "email":
      Severity: Major
      Found in packages/inferencer/src/inferencers/mui/create.tsx and 3 other locations - About 3 hrs to fix
      packages/inferencer/src/inferencers/chakra-ui/create.tsx on lines 271..288
      packages/inferencer/src/inferencers/chakra-ui/edit.tsx on lines 357..374
      packages/inferencer/src/inferencers/mui/edit.tsx on lines 413..430

      Duplicated Code

      Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

      Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

      When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

      Tuning

      This issue has a mass of 107.

      We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

      The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

      If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

      See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

      Refactorings

      Further Reading

      Identical blocks of code found in 4 locations. Consider refactoring.
      Open

        const renderedFields: Array<string | undefined> = fields.map((field) => {
          switch (field?.type) {
            case "text":
            case "number":
            case "email":
      Severity: Major
      Found in packages/inferencer/src/inferencers/chakra-ui/edit.tsx and 3 other locations - About 3 hrs to fix
      packages/inferencer/src/inferencers/chakra-ui/create.tsx on lines 271..288
      packages/inferencer/src/inferencers/mui/create.tsx on lines 324..341
      packages/inferencer/src/inferencers/mui/edit.tsx on lines 413..430

      Duplicated Code

      Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

      Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

      When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

      Tuning

      This issue has a mass of 107.

      We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

      The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

      If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

      See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

      Refactorings

      Further Reading

      Function Preview has a Cognitive Complexity of 25 (exceeds 5 allowed). Consider refactoring.
      Open

      const Preview: NextPage = () => {
        const [ready, setReady] = React.useState(false);
        const { code, css, hasQuery, isReady, disableScroll, useTailwind } =
          useCode();
        const [scope, setScope] = React.useState({ ...RefineCommonScope });
      Severity: Minor
      Found in packages/live-previews/pages/preview.tsx - About 3 hrs to fix

      Cognitive Complexity

      Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

      A method's cognitive complexity is based on a few simple rules:

      • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
      • Code is considered more complex for each "break in the linear flow of the code"
      • Code is considered more complex when "flow breaking structures are nested"

      Further reading

      Function useBreadcrumb has a Cognitive Complexity of 25 (exceeds 5 allowed). Consider refactoring.
      Open

      export const useBreadcrumb = ({
        meta: metaFromProps = {},
      }: UseBreadcrumbProps = {}): UseBreadcrumbReturnType => {
        const routerType = useRouterType();
        const { i18nProvider } = useContext(I18nContext);
      Severity: Minor
      Found in packages/core/src/hooks/breadcrumb/index.ts - About 3 hrs to fix

      Cognitive Complexity

      Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

      A method's cognitive complexity is based on a few simple rules:

      • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
      • Code is considered more complex for each "break in the linear flow of the code"
      • Code is considered more complex when "flow breaking structures are nested"

      Further reading

      Function ProjectIdFixBanner has 87 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

      export const ProjectIdFixBanner = () => {
        const [projectId, setProjectId] = React.useState<string | null>(null);
        const [modalVisible, setModalVisible] = React.useState(false);
        const [status, setStatus] = React.useState<
          "hidden" | "warning" | "fixing" | "success"
      Severity: Major
      Found in packages/devtools-ui/src/components/project-id-fix-banner.tsx - About 3 hrs to fix

        Function addRouterProvider has 86 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

        function addRouterProvider(j: JSCodeshift, root: Collection<any>) {
          const routerProviderImports = root.find(j.ImportDeclaration, {
            source: {
              value: "@pankod/refine-react-router",
            },
        Severity: Major
        Found in packages/codemod/src/transformations/refine1-to-refine2.ts - About 3 hrs to fix

          Function fixUseSelectHasPaginationToPaginationMode has 86 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

          const fixUseSelectHasPaginationToPaginationMode = (
            j: JSCodeshift,
            source: Collection,
          ) => {
            const useSelectHooks = source.find(j.CallExpression, {
          Severity: Major
          Found in packages/codemod/src/transformations/v4/fix-v4-deprecations.ts - About 3 hrs to fix

            Function LiveComponent has a Cognitive Complexity of 24 (exceeds 5 allowed). Consider refactoring.
            Open

            export const LiveComponent: React.FC<LiveComponentProps> = ({
              fetchError,
              code,
              additionalScope,
              errorComponent: ErrorComponent,
            Severity: Minor
            Found in packages/inferencer/src/components/live/index.tsx - About 3 hrs to fix

            Cognitive Complexity

            Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

            A method's cognitive complexity is based on a few simple rules:

            • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
            • Code is considered more complex for each "break in the linear flow of the code"
            • Code is considered more complex when "flow breaking structures are nested"

            Further reading

            Function replaceImports has a Cognitive Complexity of 24 (exceeds 5 allowed). Consider refactoring.
            Open

            export const replaceImports = (content: string): string => {
              const matches = content.matchAll(packageRegex);
            
              const imports = new Set();
            
            
            Severity: Minor
            Found in packages/live-previews/src/utils/replace-imports.ts - About 3 hrs to fix

            Cognitive Complexity

            Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

            A method's cognitive complexity is based on a few simple rules:

            • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
            • Code is considered more complex for each "break in the linear flow of the code"
            • Code is considered more complex when "flow breaking structures are nested"

            Further reading

            Function useMenu has a Cognitive Complexity of 24 (exceeds 5 allowed). Consider refactoring.
            Open

            export const useMenu = (
              { meta, hideOnMissingParameter }: UseMenuProps = {
                hideOnMissingParameter: true,
              },
            ): UseMenuReturnType => {
            Severity: Minor
            Found in packages/core/src/hooks/menu/useMenu.tsx - About 3 hrs to fix

            Cognitive Complexity

            Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

            A method's cognitive complexity is based on a few simple rules:

            • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
            • Code is considered more complex for each "break in the linear flow of the code"
            • Code is considered more complex when "flow breaking structures are nested"

            Further reading

            Function renderCrud has 85 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

                const renderCrud = () => {
                  switch (action) {
                    case undefined: {
                      return (
                        <CanAccess
            Severity: Major
            Found in packages/remix/src/legacy/routeComponent.tsx - About 3 hrs to fix

              Identical blocks of code found in 2 locations. Consider refactoring.
              Open

              export const generateSort = (sorters?: CrudSorting) => {
                const _sort: string[] = [];
              
                if (sorters) {
                  sorters.map((item) => {
              Severity: Major
              Found in packages/strapi-v4/src/utils/generateSort.ts and 1 other location - About 3 hrs to fix
              packages/strapi/src/dataProvider.ts on lines 29..41

              Duplicated Code

              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

              Tuning

              This issue has a mass of 103.

              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

              Refactorings

              Further Reading

              Function List has 84 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

              export const List: React.FC<ListProps> = (props) => {
                const {
                  canCreate,
                  children,
                  createButtonProps: createButtonPropsFromProps,
              Severity: Major
              Found in packages/mantine/src/components/crud/list/index.tsx - About 3 hrs to fix

                Function DevtoolsPanel has 84 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                    : () => {
                        const [browser, setBrowser] = React.useState<boolean>(false);
                        const [visible, setVisible] = React.useState(false);
                        const [placement] = React.useState<Placement>("bottom");
                        const { devtoolsUrl, ws } = React.useContext(DevToolsContext);
                Severity: Major
                Found in packages/devtools/src/panel.tsx - About 3 hrs to fix

                  Consider simplifying this complex logical expression.
                  Open

                    if (resource) {
                      const {
                        list,
                        create,
                        edit,
                  Severity: Critical
                  Found in packages/react-router-v6/src/legacy/routeProvider.tsx - About 3 hrs to fix

                    Function separateImportsAntD has 83 lines of code (exceeds 25 allowed). Consider refactoring.
                    Open

                    export const separateImportsAntD = (j: JSCodeshift, source: Collection) => {
                      const config = new CodemodConfig(CONFIG_FILE_NAME);
                    
                      separateImports({
                        j,
                    Severity: Major
                    Found in packages/codemod/src/transformations/v4/separate-imports-antd.ts - About 3 hrs to fix
                      Severity
                      Category
                      Status
                      Source
                      Language