DeuxHuitHuit/framework.js

View on GitHub
src/app-actions.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function execute has 53 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    const execute = function (actions, key, data, cb) {
        let sp = 0;
        let outerCall = false;
        const read = function (f) {
            if (typeof f.read === 'function') {
Severity: Major
Found in src/app-actions.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status