bbyars/mountebank

View on GitHub
src/controllers/configController.js

Summary

Maintainability
A
1 hr
Test Coverage

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

function create (version, options) {
    const publicOptions = helpers.clone(options);

    delete publicOptions.version;

Severity: Minor
Found in src/controllers/configController.js - About 1 hr to fix

    Parsing error: Invalid ecmaVersion.
    Open

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

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

    There are no issues that match your filters.

    Category
    Status