pankod/refine

View on GitHub

Showing 812 of 823 total issues

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

export const getPanelPosition = (placement: Placement) => {
  switch (placement) {
    case "left":
      return {
        left: `calc(${SIZE}px + ${BUFFER}px)`,
Severity: Minor
Found in packages/devtools/src/utilities/index.ts - About 1 hr to fix

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

          const listener = (payload: RealtimePostgresChangesPayload<any>) => {
            if (
              types.includes("*") ||
              types.includes(liveTypes[payload.eventType])
            ) {
    Severity: Minor
    Found in packages/supabase/src/liveProvider/index.ts - About 1 hr to fix

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

            const mostCommonFields = allUniqueKeys.map((key) => {
              const fields = inferred.map((fields) =>
                fields.find((field) => field.key === key),
              );
      
      
      Severity: Minor
      Found in packages/inferencer/src/create-inferencer/index.tsx - About 1 hr to fix

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

        export const addAntDesignImports = (j: JSCodeshift, source: Collection) => {
          addOrUpdateImports(
            j,
            source,
            "@refinedev/antd",
        Severity: Minor
        Found in packages/cli/src/transformers/integrations/ant-design.ts - About 1 hr to fix

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

          export const HamburgerMenu: React.FC = () => {
            const {
              siderCollapsed,
              setSiderCollapsed,
              mobileSiderOpen,
          Severity: Minor
          Found in packages/mui/src/components/themedLayoutV2/hamburgerMenu/index.tsx - About 1 hr to fix

            Consider simplifying this complex logical expression.
            Open

                if (
                  field.type === "text" ||
                  field.type === "url" ||
                  field.type === "email" ||
                  field.type === "number" ||
            Severity: Major
            Found in packages/inferencer/src/inferencers/chakra-ui/create.tsx - About 1 hr to fix

              Consider simplifying this complex logical expression.
              Open

                  if (
                    field.type === "text" ||
                    field.type === "url" ||
                    field.type === "email" ||
                    field.type === "number" ||
              Severity: Major
              Found in packages/inferencer/src/inferencers/headless/edit.tsx - About 1 hr to fix

                Consider simplifying this complex logical expression.
                Open

                    if (
                      field.type === "text" ||
                      field.type === "url" ||
                      field.type === "email" ||
                      field.type === "number" ||
                Severity: Major
                Found in packages/inferencer/src/inferencers/chakra-ui/edit.tsx - About 1 hr to fix

                  Consider simplifying this complex logical expression.
                  Open

                      if (
                        field.type === "text" ||
                        field.type === "url" ||
                        field.type === "email" ||
                        field.type === "number" ||
                  Severity: Major
                  Found in packages/inferencer/src/inferencers/headless/create.tsx - About 1 hr to fix

                    Consider simplifying this complex logical expression.
                    Open

                        if (
                          field.type === "text" ||
                          field.type === "url" ||
                          field.type === "email" ||
                          field.type === "number" ||
                    Severity: Major
                    Found in packages/inferencer/src/inferencers/mui/edit.tsx - About 1 hr to fix

                      Consider simplifying this complex logical expression.
                      Open

                          if (
                            field.type === "text" ||
                            field.type === "url" ||
                            field.type === "email" ||
                            field.type === "number" ||
                      Severity: Major
                      Found in packages/inferencer/src/inferencers/mui/create.tsx - About 1 hr to fix

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

                          const relationVariableNames = relationFields
                            ?.map((field) => {
                              if (field?.resource) {
                                return getVariableName(field.key, "Data");
                              }
                        Severity: Major
                        Found in packages/inferencer/src/inferencers/mantine/list.tsx and 2 other locations - About 1 hr to fix
                        packages/inferencer/src/inferencers/chakra-ui/list.tsx on lines 158..165
                        packages/inferencer/src/inferencers/headless/list.tsx on lines 119..126

                        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 55.

                        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 3 locations. Consider refactoring.
                        Open

                          const relationVariableNames = relationFields
                            ?.map((field) => {
                              if (field?.resource) {
                                return getVariableName(field.key, "Data");
                              }
                        Severity: Major
                        Found in packages/inferencer/src/inferencers/chakra-ui/list.tsx and 2 other locations - About 1 hr to fix
                        packages/inferencer/src/inferencers/headless/list.tsx on lines 119..126
                        packages/inferencer/src/inferencers/mantine/list.tsx on lines 136..143

                        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 55.

                        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 3 locations. Consider refactoring.
                        Open

                          const relationVariableNames = relationFields
                            ?.map((field) => {
                              if (field?.resource) {
                                return getVariableName(field.key, "Data");
                              }
                        Severity: Major
                        Found in packages/inferencer/src/inferencers/headless/list.tsx and 2 other locations - About 1 hr to fix
                        packages/inferencer/src/inferencers/chakra-ui/list.tsx on lines 158..165
                        packages/inferencer/src/inferencers/mantine/list.tsx on lines 136..143

                        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 55.

                        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 run has a Cognitive Complexity of 9 (exceeds 5 allowed). Consider refactoring.
                        Open

                        export async function run(): Promise<void> {
                          const cli = meow({
                            description: "Codemods for updating refine apps.",
                            help: `
                            Usage
                        Severity: Minor
                        Found in packages/codemod/src/index.ts - About 55 mins 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 RefreshButton has a Cognitive Complexity of 9 (exceeds 5 allowed). Consider refactoring.
                        Open

                        export const RefreshButton: React.FC<RefreshButtonProps> = ({
                          resource: resourceNameFromProps,
                          resourceNameOrRouteName: propResourceNameOrRouteName,
                          recordItemId,
                          hideText = false,
                        Severity: Minor
                        Found in packages/mantine/src/components/buttons/refresh/index.tsx - About 55 mins 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 arrayInfer has a Cognitive Complexity of 9 (exceeds 5 allowed). Consider refactoring.
                        Open

                        export const arrayInfer: FieldInferencer = (
                          key,
                          value,
                          record,
                          infer,
                        Severity: Minor
                        Found in packages/inferencer/src/field-inferencers/array.ts - About 55 mins 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 getMetaProps has a Cognitive Complexity of 9 (exceeds 5 allowed). Consider refactoring.
                        Open

                        export const getMetaProps = (
                          identifier?: string,
                          meta?: InferencerComponentProps["meta"],
                          actions?: Action[],
                        ) => {
                        Severity: Minor
                        Found in packages/inferencer/src/utilities/get-meta-props/index.ts - About 55 mins 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 Onboarded has a Cognitive Complexity of 9 (exceeds 5 allowed). Consider refactoring.
                        Open

                        export const Onboarded = ({
                          children,
                          fallback,
                        }: {
                          children: React.ReactNode;
                        Severity: Minor
                        Found in packages/devtools-ui/src/components/onboarded.tsx - About 55 mins 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 getResourceValue has a Cognitive Complexity of 9 (exceeds 5 allowed). Consider refactoring.
                        Open

                        export const getResourceValue = (activity: Activity): string => {
                          const { resourcePath } = activity;
                          let resource: string | null = null;
                        
                          if (activity?.resourceName) {
                        Severity: Minor
                        Found in packages/devtools-ui/src/utils/get-resource-value.ts - About 55 mins 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

                        Severity
                        Category
                        Status
                        Source
                        Language