taburetkin/marionette.yat

View on GitHub
coms/api/restApi.js

Summary

Maintainability
A
1 hr
Test Coverage

Function constructor has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    constructor(options = {}) {
        if (options.http == null) {
            throw new Error('http not provided');
        }
        Api.apply(this, arguments);
Severity: Minor
Found in coms/api/restApi.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status