TwitchSeventeen/react-blazeui

View on GitHub

Showing 9 of 78 total issues

Function Image has a Cognitive Complexity of 17 (exceeds 5 allowed). Consider refactoring.
Open

function Image(props) {
  const {
    className, src, alt, user, filter, as: Component, likes, height, width, dataName, ...other
  } = props;
  const classes = classNames(
Severity: Minor
Found in src/lib/components/Image/index.jsx - About 2 hrs 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 render has 42 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  render() {
    const { activeItem } = this.state;
    return (
      <Container>
        <Breadcrumbs>
Severity: Minor
Found in src/demo/pages/Home.jsx - About 1 hr to fix

    Function Cell has 42 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    function Cell(props) {
      const {
        align,
        children,
        className,
    Severity: Minor
    Found in src/lib/components/Grid/Cell/index.jsx - About 1 hr to fix

      Function Grid has 41 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

      function Grid(props) {
        const {
          align,
          children,
          className,
      Severity: Minor
      Found in src/lib/components/Grid/index.jsx - About 1 hr to fix

        Function Counter has 38 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

        function Counter(props) {
          const {
            className,
            start,
            value,
        Severity: Minor
        Found in src/lib/components/Counter/index.jsx - About 1 hr to fix

          Function Button has 35 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

          function Button(props) {
            const {
              children,
              className,
              buttonType,
          Severity: Minor
          Found in src/lib/components/Button/index.jsx - About 1 hr to fix

            Function List has 30 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

            function List(props) {
              const {
                children, className, as: Component, ordered, unstyled, inline, dataName, ...other
              } = props;
              const classes = classNames(
            Severity: Minor
            Found in src/lib/components/List/index.jsx - About 1 hr to fix

              Function Group has 28 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

              function Group(props) {
                const {
                  className,
                  children,
                  stacked,
              Severity: Minor
              Found in src/lib/components/Input/Group/index.jsx - About 1 hr to fix

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

                function Checkbox(props) {
                  const {
                    className, as: Component, success, error, radio, dataName, ...other
                  } = props;
                  const classes = classNames(
                Severity: Minor
                Found in src/lib/components/Input/Checkbox/index.jsx - About 1 hr to fix
                  Severity
                  Category
                  Status
                  Source
                  Language