Neovici/cosmoz-omnitable

View on GitHub
lib/use-dom-columns.js

Summary

Maintainability
A
2 hrs
Test Coverage
A
94%

Function normalizeColumn has 53 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const normalizeColumn = (column) => {
    const valuePath = column.valuePath ?? column.name;

    return {
        name: column.name,
Severity: Major
Found in lib/use-dom-columns.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status