Showing 473 of 613 total issues
Function renderer
has a Cognitive Complexity of 153 (exceeds 5 allowed). Consider refactoring. Open
renderer: ({ resource, fields, isCustomPage }) => {
const COMPONENT_NAME = componentName(
resource.label ?? resource.name,
"list",
);
- 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 renderer
has a Cognitive Complexity of 125 (exceeds 5 allowed). Consider refactoring. Open
renderer: ({ resource, fields, isCustomPage }) => {
const COMPONENT_NAME = componentName(
resource.label ?? resource.name,
"list",
);
- 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 renderer
has a Cognitive Complexity of 115 (exceeds 5 allowed). Consider refactoring. Open
renderer: ({ resource, fields, isCustomPage }) => {
const COMPONENT_NAME = componentName(
resource.label ?? resource.name,
"list",
);
- 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 renderer
has a Cognitive Complexity of 115 (exceeds 5 allowed). Consider refactoring. Open
renderer: ({ resource, fields, isCustomPage }) => {
const COMPONENT_NAME = componentName(
resource.label ?? resource.name,
"list",
);
- 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 renderer
has a Cognitive Complexity of 99 (exceeds 5 allowed). Consider refactoring. Open
renderer: ({ resource, fields, isCustomPage, id }) => {
const COMPONENT_NAME = componentName(
resource.label ?? resource.name,
"edit",
);
- 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 renderer
has a Cognitive Complexity of 78 (exceeds 5 allowed). Consider refactoring. Open
renderer: ({ resource, fields, isCustomPage, id }) => {
const COMPONENT_NAME = componentName(
resource.label ?? resource.name,
"edit",
);
- 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 renderer
has a Cognitive Complexity of 76 (exceeds 5 allowed). Consider refactoring. Open
renderer: ({ resource, fields, isCustomPage, id }) => {
const COMPONENT_NAME = componentName(
resource.label ?? resource.name,
"edit",
);
- 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 renderer
has a Cognitive Complexity of 73 (exceeds 5 allowed). Consider refactoring. Open
renderer: ({ resource, fields, isCustomPage }) => {
const COMPONENT_NAME = componentName(
resource.label ?? resource.name,
"create",
);
- 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 useRelationFetch
has a Cognitive Complexity of 73 (exceeds 5 allowed). Consider refactoring. Open
export const useRelationFetch = ({
record,
fields,
infer,
}: UseRelationFetchProps) => {
- 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 renderer
has a Cognitive Complexity of 70 (exceeds 5 allowed). Consider refactoring. Open
renderer: ({ resource, fields, isCustomPage }) => {
const COMPONENT_NAME = componentName(
resource.label ?? resource.name,
"create",
);
- 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 renderer
has a Cognitive Complexity of 67 (exceeds 5 allowed). Consider refactoring. Open
renderer: ({ resource, fields, isCustomPage }) => {
const COMPONENT_NAME = componentName(
resource.label ?? resource.name,
"create",
);
- 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 renderer
has a Cognitive Complexity of 58 (exceeds 5 allowed). Consider refactoring. Open
renderer: ({ resource, fields, isCustomPage, id }) => {
const COMPONENT_NAME = componentName(
resource.label ?? resource.name,
"show",
);
- 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 renderer
has a Cognitive Complexity of 58 (exceeds 5 allowed). Consider refactoring. Open
renderer: ({ resource, fields, isCustomPage, id }) => {
const COMPONENT_NAME = componentName(
resource.label ?? resource.name,
"show",
);
- 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 renderer
has a Cognitive Complexity of 56 (exceeds 5 allowed). Consider refactoring. Open
renderer: ({ resource, fields, isCustomPage, id }) => {
const COMPONENT_NAME = componentName(
resource.label ?? resource.name,
"show",
);
- 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 renderer
has a Cognitive Complexity of 56 (exceeds 5 allowed). Consider refactoring. Open
renderer: ({ resource, fields, isCustomPage, id }) => {
const COMPONENT_NAME = componentName(
resource.label ?? resource.name,
"show",
);
- 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 notificationProvider
has a Cognitive Complexity of 49 (exceeds 5 allowed). Consider refactoring. Open
export const notificationProvider = (): NotificationProvider => {
const activeNotifications: string[] = [];
const isNotificationActive = (key?: string) => {
return activeNotifications.includes(key as 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 Edit
has 178 lines of code (exceeds 25 allowed). Consider refactoring. Open
export const Edit: React.FC<EditProps> = (props) => {
const {
children,
resource: resourceFromProps,
recordItemId,
Function useRefineKbar
has a Cognitive Complexity of 46 (exceeds 5 allowed). Consider refactoring. Open
export const useRefineKbar = (): void => {
const t = useTranslate();
const { resources } = useResource();
const { useParams } = useRouterContext();
const { mutate } = useDelete();
- 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 createActionWithResource
has 176 lines of code (exceeds 25 allowed). Consider refactoring. Open
const createActionWithResource = async (resource: IResourceItem) => {
const {
name,
label,
list,
Function action
has 174 lines of code (exceeds 25 allowed). Consider refactoring. Open
const action = async (_options: OptionValues) => {
inquirer.registerPrompt("autocomplete", inquirerAutoCompletePrompt);
const installedPackages = await getInstalledRefinePackagesFromNodeModules();