vgno/roc-config

View on GitHub
src/configuration/addRaw.js

Summary

Maintainability
A
1 hr
Test Coverage

Function addRaw has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function addRaw(config) {
    const manageSettings = (settingsSlice) => {
        let newSettings = {};
        Object.keys(settingsSlice).forEach((key) => {
            if (isPlainObject(settingsSlice[key])) {
Severity: Minor
Found in src/configuration/addRaw.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status