maksim-chekrishov/redux-rest-adapter

View on GitHub
src/reducers-builder.js

Summary

Maintainability
A
1 hr
Test Coverage

Function buildCRUDExtensionsForList has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  static buildCRUDExtensionsForList({createSuccess, updateSuccess, deleteSuccess}, resourceKey, idKey) {
    resourceKey = resourceKey || 'data';
    idKey = idKey || 'id';

    const opt = arguments[0];
Severity: Minor
Found in src/reducers-builder.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status