cnap-cobre/synapse

View on GitHub
frontend/src/store/files/reducer.js

Summary

Maintainability
A
1 hr
Test Coverage

Showing 1 of 1 total issue

Function files has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function files(state = initialFilesState, action) {
const stateForPath = state[action.path] || {};
 
switch (action.type) {
case types.GET_FILE_LIST_ASYNC.PENDING:
Severity: Minor
Found in frontend/src/store/files/reducer.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status