RumyantsevMichael/yart

View on GitHub

Showing 3 of 11 total issues

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

    render() {
        return (
            <div className={css.tableWrapper}>
                <Table<TableData>
                    data={this.state.tableData}
Severity: Major
Found in src/ExamplePackage/components/CustomTableShowcase.tsx - About 3 hrs to fix

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

        render() {
            const { data, rowKeys, rowComponent: Row, maxHeight } = this.props;
            const columns = this.state.columns;
            let gridTemplateColumnsValue: string = '';
    
    
    Severity: Minor
    Found in src/GridTablePackage/MainModule/components/Table.tsx - About 1 hr to fix

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

          render() {
              return (
                  <Table<TableData>
                      data={this.state.tableData}
                      rowKeys={[0, 1, 2]}
      Severity: Minor
      Found in src/ExamplePackage/components/TableShowcase.tsx - About 1 hr to fix
        Severity
        Category
        Status
        Source
        Language