201-created/ember-cli-fake-server

View on GitHub

Showing 1 of 7 total issues

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

export function stubRequest(verb, path, callback){
  path = _config.preparePath(path);
  assert('[FakeServer] cannot stub request if FakeServer is not running',
               !!currentServer);

Severity: Minor
Found in addon/index.js - About 1 hr to fix
    Severity
    Category
    Status
    Source
    Language