Showing 27 of 90 total issues
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,
- Read upRead up
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 DecryptedMessage
has a Cognitive Complexity of 12 (exceeds 10 allowed). Consider refactoring. Open
export default function DecryptedMessage({
content,
position = 'right'
}: {
content: IOrbisMessageContent & { decryptedMessage?: string }
- Read upRead up
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]
Avoid too many return
statements within this function. Open
return await datatoken.startOrder(
asset.accessDetails.datatoken.address,
orderParams.consumer,
orderParams.serviceIndex,
orderParams._providerFee,
Avoid too many return
statements within this function. Open
return await datatoken.buyFromDispenserAndOrder(
asset.services[0].datatokenAddress,
orderParams,
config.dispenserAddress
)
Function Sort
has a Cognitive Complexity of 11 (exceeds 10 allowed). Consider refactoring. Open
export default function Sort({
sortType,
setSortType,
sortDirection,
setSortDirection
- Read upRead up
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,
- Read upRead up
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"