skratchdot/color-matrix

View on GitHub

Showing 2 of 4 total issues

Function getData has 220 lines of code (exceeds 25 allowed). Consider refactoring.
Open

exports.getData = function () {
    return {
        'normal': function () {
            return [
                1, 0, 0, 0, 0,
Severity: Major
Found in lib/filters.js - About 1 day to fix

    Function ColorMatrix has 29 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    var ColorMatrix = function () {
        var api = this,
            filters = filterData.getData();
    
        /**
    Severity: Minor
    Found in lib/color-matrix.js - About 1 hr to fix
      Severity
      Category
      Status
      Source
      Language