jchristman/react-context-menus

View on GitHub

Showing 4 of 4 total issues

Function ContextMenu has a Cognitive Complexity of 56 (exceeds 5 allowed). Consider refactoring.
Open

const ContextMenu = (menu_items, _options = {}) => {
    return (ChildComponent) => {
        const Container = class extends React.Component {
            constructor(props, context) {
                super(props, context);
Severity: Minor
Found in src/context_menu.js - 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

Function ContextMenu has 144 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const ContextMenu = (menu_items, _options = {}) => {
    return (ChildComponent) => {
        const Container = class extends React.Component {
            constructor(props, context) {
                super(props, context);
Severity: Major
Found in src/context_menu.js - About 5 hrs to fix

    Parsing error: 'import' and 'export' may appear only with 'sourceType: module'
    Open

    import React, {cloneElement} from 'react';
    Severity: Minor
    Found in src/context_menu.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Parsing error: 'import' and 'export' may appear only with 'sourceType: module'
    Open

    import ContextMenu from './context_menu.js';
    Severity: Minor
    Found in src/index.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Severity
    Category
    Status
    Source
    Language