nukeop/nuclear

View on GitHub
packages/app/app/reducers/plugins.ts

Summary

Maintainability
A
2 hrs
Test Coverage

Function PluginsReducer has 69 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function PluginsReducer(state=initialState, action): PluginsState {
  switch (action.type) {
  case CREATE_PLUGINS:
    return {
      ...state,
Severity: Major
Found in packages/app/app/reducers/plugins.ts - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status