oceanprotocol/market

View on GitHub

Showing 27 of 90 total issues

Function DecryptedMessage has a Cognitive Complexity of 12 (exceeds 10 allowed). Consider refactoring.
Open

export default function DecryptedMessage({
  content,
  position = 'right'
}: {
  content: IOrbisMessageContent & { decryptedMessage?: string }
Severity: Minor
Found in src/components/@shared/DirectMessages/DecryptedMessage.tsx - About 35 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 getFileInfo has a Cognitive Complexity of 12 (exceeds 10 allowed). Consider refactoring.
Open

export async function getFileInfo(
  file: string,
  providerUrl: string,
  storageType: string,
  query?: string,
Severity: Minor
Found in src/@utils/provider.ts - About 35 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

Avoid too many return statements within this function.
Open

    return filteredConversations[0]
Severity: Major
Found in src/@context/DirectMessages/index.tsx - About 30 mins to fix

    Avoid too many return statements within this function.
    Open

            return await datatoken.startOrder(
              asset.accessDetails.datatoken.address,
              orderParams.consumer,
              orderParams.serviceIndex,
              orderParams._providerFee,
    Severity: Major
    Found in src/@utils/order.ts - About 30 mins to fix

      Avoid too many return statements within this function.
      Open

              return await datatoken.buyFromDispenserAndOrder(
                asset.services[0].datatokenAddress,
                orderParams,
                config.dispenserAddress
              )
      Severity: Major
      Found in src/@utils/order.ts - About 30 mins to fix

        Function Sort has a Cognitive Complexity of 11 (exceeds 10 allowed). Consider refactoring.
        Open

        export default function Sort({
          sortType,
          setSortType,
          sortDirection,
          setSortDirection
        Severity: Minor
        Found in src/components/Search/sort.tsx - About 25 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 Navigation has a Cognitive Complexity of 11 (exceeds 10 allowed). Consider refactoring.
        Open

        export default function Navigation(): ReactElement {
          const router = useRouter()
          const {
            values,
            errors,
        Severity: Minor
        Found in src/components/Publish/Navigation/index.tsx - About 25 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