arrowjs/ArrowjsCore

View on GitHub
manager/handleAttribute/action.js

Summary

Maintainability
A
1 hr
Test Coverage

Function actionAttribute has 42 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = function actionAttribute(setting, fatherPath, component, application) {
    application.actions = application.actions || {};
    application.actions[component.name] = {};
    let files = getListFile(setting, fatherPath, application);
    if (files.type === "single") {
Severity: Minor
Found in manager/handleAttribute/action.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status