ripple/ripple-rest

View on GitHub
api/lib/remote.js

Summary

Maintainability
A
1 hr
Test Coverage

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

function createRemote(options) {
  var remote = new ripple.Remote(options);
  if (options.mock) {
    return remote;
  }
Severity: Minor
Found in api/lib/remote.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status