hyper-tuner/hyper-tuner-cloud

View on GitHub
src/store.ts

Summary

Maintainability
A
1 hr
Test Coverage

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

const rootReducer = createReducer(initialState, (builder) => {
  builder
    .addCase(loadConfig, (state: AppState, action) => {
      state.config = action.payload;
    })
Severity: Minor
Found in src/store.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status