Mairu/meteor-electrify

View on GitHub
lib/plugins/socket.js

Summary

Maintainability
A
1 hr
Test Coverage

Function Socket has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function Socket($, logger){
  this.$ = $;
  this.log = require('../log')($, 'electrify:plugins:socket');
  
  this.name = 'socket';
Severity: Minor
Found in lib/plugins/socket.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status