airbnb/caravel

View on GitHub

Showing 2,441 of 6,157 total issues

Database has 80 functions (exceeds 20 allowed). Consider refactoring.
Open

class Database(Model, AuditMixinNullable, ImportExportMixin):  # pylint: disable=too-many-public-methods
    """An ORM object that stores Database related information"""

    __tablename__ = "dbs"
    type = "table"
Severity: Major
Found in superset/models/core.py - About 1 day to fix

    File transformProps.ts has 664 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    /**
     * Licensed to the Apache Software Foundation (ASF) under one
     * or more contributor license agreements.  See the NOTICE file
     * distributed with this work for additional information
     * regarding copyright ownership.  The ASF licenses this file

      File FilterScopeSelector.jsx has 662 lines of code (exceeds 250 allowed). Consider refactoring.
      Open

      /**
       * Licensed to the Apache Software Foundation (ASF) under one
       * or more contributor license agreements.  See the NOTICE file
       * distributed with this work for additional information
       * regarding copyright ownership.  The ASF licenses this file

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

        /**
         * Licensed to the Apache Software Foundation (ASF) under one
         * or more contributor license agreements.  See the NOTICE file
         * distributed with this work for additional information
         * regarding copyright ownership.  The ASF licenses this file
        Severity: Major
        Found in superset-frontend/src/dashboard/components/PropertiesModal/index.tsx - About 1 day to fix

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

          /**
           * Licensed to the Apache Software Foundation (ASF) under one
           * or more contributor license agreements.  See the NOTICE file
           * distributed with this work for additional information
           * regarding copyright ownership.  The ASF licenses this file
          Severity: Major
          Found in superset-frontend/src/pages/DatabaseList/index.tsx - About 1 day to fix

            File directories.ts has 658 lines of code (exceeds 250 allowed). Consider refactoring.
            Open

            /**
             * Licensed to the Apache Software Foundation (ASF) under one
             * or more contributor license agreements.  See the NOTICE file
             * distributed with this work for additional information
             * regarding copyright ownership.  The ASF licenses this file
            Severity: Major
            Found in superset-frontend/cypress-base/cypress/support/directories.ts - About 1 day to fix

              Function getColumnConfigs has 294 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

                  (column: DataColumnMeta, i: number): ColumnWithLooseAccessor<D> => {
                    const {
                      key,
                      label,
                      isNumeric,
              Severity: Major
              Found in superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx - About 1 day to fix

                Function transformProps has 294 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                export default function transformProps(
                  chartProps: EchartsWaterfallChartProps,
                ): WaterfallChartTransformedProps {
                  const {
                    width,

                  File controlPanel.tsx has 643 lines of code (exceeds 250 allowed). Consider refactoring.
                  Open

                  /* eslint-disable camelcase */
                  /**
                   * Licensed to the Apache Software Foundation (ASF) under one
                   * or more contributor license agreements.  See the NOTICE file
                   * distributed with this work for additional information
                  Severity: Major
                  Found in superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx - About 1 day to fix

                    File FiltersConfigModal.tsx has 643 lines of code (exceeds 250 allowed). Consider refactoring.
                    Open

                    /**
                     * Licensed to the Apache Software Foundation (ASF) under one
                     * or more contributor license agreements.  See the NOTICE file
                     * distributed with this work for additional information
                     * regarding copyright ownership.  The ASF licenses this file

                      File dashboardState.js has 642 lines of code (exceeds 250 allowed). Consider refactoring.
                      Open

                      /**
                       * Licensed to the Apache Software Foundation (ASF) under one
                       * or more contributor license agreements.  See the NOTICE file
                       * distributed with this work for additional information
                       * regarding copyright ownership.  The ASF licenses this file
                      Severity: Major
                      Found in superset-frontend/src/dashboard/actions/dashboardState.js - About 1 day to fix

                        File transformProps.ts has 636 lines of code (exceeds 250 allowed). Consider refactoring.
                        Open

                        /**
                         * Licensed to the Apache Software Foundation (ASF) under one
                         * or more contributor license agreements.  See the NOTICE file
                         * distributed with this work for additional information
                         * regarding copyright ownership.  The ASF licenses this file

                          Function TimeTable has a Cognitive Complexity of 70 (exceeds 5 allowed). Consider refactoring.
                          Open

                          const TimeTable = ({
                            className,
                            height,
                            data,
                            columnConfigs,
                          Severity: Minor
                          Found in superset-frontend/src/visualizations/TimeTable/TimeTable.jsx - 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 convert has a Cognitive Complexity of 70 (exceeds 5 allowed). Consider refactoring.
                          Open

                          def convert(positions, level, parent, root):
                              if len(positions) == 0:
                                  return
                          
                              if len(positions) == 1 or level >= MAX_RECURSIVE_LEVEL:

                          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 277 lines of code (exceeds 25 allowed). Consider refactoring.
                          Open

                            render() {
                              const {
                                dashboardTitle,
                                layout,
                                expandedSlices,
                          Severity: Major
                          Found in superset-frontend/src/dashboard/components/Header/index.jsx - About 1 day to fix

                            Function Home has 277 lines of code (exceeds 25 allowed). Consider refactoring.
                            Open

                            export default function Home(): JSX.Element {
                              const slider = useRef(null);
                            
                              const [slideIndex, setSlideIndex] = useState(0);
                            
                            
                            Severity: Major
                            Found in docs/src/pages/index.tsx - About 1 day to fix

                              File DashboardBuilder.tsx has 628 lines of code (exceeds 250 allowed). Consider refactoring.
                              Open

                              /**
                               * Licensed to the Apache Software Foundation (ASF) under one
                               * or more contributor license agreements.  See the NOTICE file
                               * distributed with this work for additional information
                               * regarding copyright ownership.  The ASF licenses this file

                                File transformProps.ts has 627 lines of code (exceeds 250 allowed). Consider refactoring.
                                Open

                                /**
                                 * Licensed to the Apache Software Foundation (ASF) under one
                                 * or more contributor license agreements.  See the NOTICE file
                                 * distributed with this work for additional information
                                 * regarding copyright ownership.  The ASF licenses this file
                                Severity: Major
                                Found in superset-frontend/plugins/plugin-chart-table/src/transformProps.ts - About 1 day to fix

                                  File Table.stories.tsx has 617 lines of code (exceeds 250 allowed). Consider refactoring.
                                  Open

                                  /**
                                   * Licensed to the Apache Software Foundation (ASF) under one
                                   * or more contributor license agreements.  See the NOTICE file
                                   * distributed with this work for additional information
                                   * regarding copyright ownership.  The ASF licenses this file
                                  Severity: Major
                                  Found in superset-frontend/src/components/Table/Table.stories.tsx - About 1 day to fix

                                    File editmode.test.ts has 616 lines of code (exceeds 250 allowed). Consider refactoring.
                                    Open

                                    /**
                                     * Licensed to the Apache Software Foundation (ASF) under one
                                     * or more contributor license agreements.  See the NOTICE file
                                     * distributed with this work for additional information
                                     * regarding copyright ownership.  The ASF licenses this file
                                    Severity: Major
                                    Found in superset-frontend/cypress-base/cypress/e2e/dashboard/editmode.test.ts - About 1 day to fix
                                      Severity
                                      Category
                                      Status
                                      Source
                                      Language