18F/cg-dashboard

View on GitHub
static_src/stores/env_store.js

Summary

Maintainability
A
1 hr
Test Coverage

Function handleAction has 46 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  handleAction(action) {
    switch (action.type) {
      case envActionTypes.ENV_FETCH_ENV_REQUEST: {
        const { appGuid } = action;
        this.envRequests[appGuid] = {
Severity: Minor
Found in static_src/stores/env_store.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status