daniellmb/console.style

View on GitHub

Showing 1 of 1 total issue

Function parse has 45 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  var parse = function(text) {
    var args = [text];
    if (typeof text === 'string') {
      text = text.replace(rxImgs, function(matchI, $1I) {
        var width;
Severity: Minor
Found in console.style.js - About 1 hr to fix
    Severity
    Category
    Status
    Source
    Language