klarna/ui-react-components

View on GitHub

Showing 11 of 144 total issues

Function exports has 104 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = function (config) {
  config.set({
    basePath: '',
    frameworks: ['mocha'],
    files: [
Severity: Major
Found in karma.conf.js - About 4 hrs to fix

    Function render has 91 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

      render () {
        const {
          className,
          customize,
          disabled,
    Severity: Major
    Found in components/Dropdown.jsx - About 3 hrs to fix

      Function render has 90 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

        render () {
          const {
            big,
            className,
            centered,
      Severity: Major
      Found in components/Field.jsx - About 3 hrs to fix

        Function render has 71 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

          render () {
            const {
              big,
              className,
              centered,
        Severity: Major
        Found in components/Input.jsx - About 2 hrs to fix

          Function render has 64 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

            render () {
              const {
                className,
                customize,
                focus,
          Severity: Major
          Found in components/Installments.jsx - About 2 hrs to fix

            Function Menu has 55 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

            export default function Menu (props) {
              const {
                className,
                design,
                tabDisplay,
            Severity: Major
            Found in components/Menu.jsx - About 2 hrs to fix

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

                render () {
                  const {
                    className,
                    align,
                    children,
              Severity: Minor
              Found in components/Switch.jsx - About 1 hr to fix

                Function render has a Cognitive Complexity of 13 (exceeds 5 allowed). Consider refactoring.
                Open

                  render () {
                    const {
                      big,
                      className,
                      centered,
                Severity: Minor
                Found in components/Field.jsx - About 1 hr 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 a Cognitive Complexity of 12 (exceeds 5 allowed). Consider refactoring.
                Open

                  render () {
                    const {
                      className,
                      customize,
                      disabled,
                Severity: Minor
                Found in components/Dropdown.jsx - About 1 hr 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 Button has 35 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                export default function Button (props) {
                  const {
                    children,
                    className,
                    customize,
                Severity: Minor
                Found in components/Button.jsx - About 1 hr to fix

                  Function Button has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
                  Open

                  export default function Button (props) {
                    const {
                      children,
                      className,
                      customize,
                  Severity: Minor
                  Found in components/Button.jsx - 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