Bruce17/node-redis-rpc

View on GitHub

Showing 2 of 2 total issues

Function exports has 87 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = function (grunt) {
    'use strict';

    require('load-grunt-tasks')(grunt); // npm install --save-dev load-grunt-tasks

Severity: Major
Found in Gruntfile.js - About 3 hrs to fix

    Function on has 35 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    NodeRedisRpc.prototype.on = function (channel, handler, callback) {
        'use strict';
    
        var self = this;
    
    
    Severity: Minor
    Found in src/node-redis-rpc.js - About 1 hr to fix
      Severity
      Category
      Status
      Source
      Language