wkdhkr/dedupper

View on GitHub
src/helpers/ReportHelper.js

Summary

Maintainability
A
1 hr
Test Coverage

Function colorizeReasonType has 47 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  static colorizeReasonType(type: string): string {
    const typeLabel = type.padStart(TYPE_P_HASH_REJECT_LOW_RESOLUTION.length);
    switch (type) {
      // may be result
      case TYPE_P_HASH_MAY_BE:
Severity: Minor
Found in src/helpers/ReportHelper.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status