ant-design/ant-design

View on GitHub
components/typography/Base/index.tsx

Summary

Maintainability
F
3 days
Test Coverage

Function Base has 330 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const Base = React.forwardRef<HTMLElement, BlockProps>((props, ref) => {
  const {
    prefixCls: customizePrefixCls,
    className,
    style,
Severity: Major
Found in components/typography/Base/index.tsx - About 1 day to fix

    Function Base has a Cognitive Complexity of 61 (exceeds 5 allowed). Consider refactoring.
    Open

    const Base = React.forwardRef<HTMLElement, BlockProps>((props, ref) => {
      const {
        prefixCls: customizePrefixCls,
        className,
        style,
    Severity: Minor
    Found in components/typography/Base/index.tsx - About 1 day 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

    File index.tsx has 431 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    import * as React from 'react';
    import EditOutlined from '@ant-design/icons/EditOutlined';
    import classNames from 'classnames';
    import ResizeObserver from 'rc-resize-observer';
    import type { AutoSizeType } from 'rc-textarea';
    Severity: Minor
    Found in components/typography/Base/index.tsx - About 6 hrs to fix

      Avoid too many return statements within this function.
      Open

            return tooltipProps.title;
      Severity: Major
      Found in components/typography/Base/index.tsx - About 30 mins to fix

        Avoid too many return statements within this function.
        Open

            return undefined;
        Severity: Major
        Found in components/typography/Base/index.tsx - About 30 mins to fix

          There are no issues that match your filters.

          Category
          Status