iterative/vscode-dvc

View on GitHub
extension/src/experiments/model/filterBy/index.ts

Summary

Maintainability
A
1 hr
Test Coverage
A
97%

Function evaluate has 43 lines of code (exceeds 40 allowed). Consider refactoring.
Open

const evaluate = <T extends string | number | boolean>(
  valueToEvaluate: T,
  operator: Operator,
  filterValue: T
): boolean => {
Severity: Minor
Found in extension/src/experiments/model/filterBy/index.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status