pankaryp/crana

View on GitHub
src/util.js

Summary

Maintainability
A
1 hr
Test Coverage

Function colorize has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function colorize(str) {
  const colorsMods = {
    Reset: '\x1b[0m',
    Bright: '\x1b[1m',
    Dim: '\x1b[2m',
Severity: Minor
Found in src/util.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status