syntheticore/declaire

View on GitHub
src/serverDataInterface.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function ServerDataInterface has 65 lines of code (exceeds 25 allowed). Consider refactoring.
Open

var ServerDataInterface = function(app, model) {
  var name = model.name;
  var remoteOnly = {_image: 0, _salt: 0, _hash: 0, _username: 0};

  var init = function(data) {
Severity: Major
Found in src/serverDataInterface.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status