bbyars/mountebank

View on GitHub
src/controllers/feedController.js

Summary

Maintainability
A
2 hrs
Test Coverage
F
38%

Function create has 60 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function create (releases) {
    const feedReleases = helpers.clone(releases);

    // Init once since we hope many consumers poll the heroku feed and we don't have monitoring
    feedReleases.reverse();
Severity: Major
Found in src/controllers/feedController.js - About 2 hrs to fix

    Parsing error: Invalid ecmaVersion.
    Open

    'use strict';
    Severity: Minor
    Found in src/controllers/feedController.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    There are no issues that match your filters.

    Category
    Status