cloudfoundry-incubator/stratos

View on GitHub

Showing 650 of 1,370 total issues

Avoid too many return statements within this function.
Open

      return {
        ...state,
        changedRoles: setChangesAction.changes
      };

    Avoid too many return statements within this function.
    Open

          return {
            ...state,
            isRemove: isRemoveAction.isRemove
          };

      Avoid too many return statements within this function.
      Open

          return true;
      Severity: Major
      Found in src/frontend/packages/devkit/src/lib/packages.ts - About 30 mins to fix

        Avoid too many return statements within this function.
        Open

              return {
                ...state,
                isSetByUsername: isSetByUsernameAction.isSetByUsername
              };

          Avoid too many return statements within this function.
          Open

              return {
                label: 'Unknown',
                indicator: StratosStatus.ERROR,
                actions: null
              };

            Avoid too many return statements within this function.
            Open

                return '';

              Avoid too many return statements within this function.
              Open

                      return this.revision > other.revision;

                Avoid too many return statements within this function.
                Open

                      return {};

                  Avoid too many return statements within this function.
                  Open

                    return {
                      ...state,
                      [entityKey]: entityState
                    };

                    Avoid too many return statements within this function.
                    Open

                        return paginationResetPagination(state, action, true);

                      Avoid too many return statements within this function.
                      Open

                          return { message: 'Authentication mechanism is not supported', warning: true };

                        Avoid too many return statements within this function.
                        Open

                            return flatTree;
                        Severity: Major
                        Found in src/frontend/packages/store/src/helpers/schema-tree-traverse.ts - About 30 mins to fix

                          Avoid too many return statements within this function.
                          Open

                              return hydratePagination(state, action as HydratePaginationStateAction);

                            Avoid too many return statements within this function.
                            Open

                                  return {
                                    ...state,
                                    themeKey: setThemeAction.theme ? setThemeAction.theme.key : null
                                  };
                            Severity: Major
                            Found in src/frontend/packages/store/src/reducers/dashboard-reducer.ts - About 30 mins to fix

                              Avoid too many return statements within this function.
                              Open

                                return false;

                                Avoid too many return statements within this function.
                                Open

                                      return {
                                        ...state,
                                        homeLayout: layoutAction.id
                                      };
                                Severity: Major
                                Found in src/frontend/packages/store/src/reducers/dashboard-reducer.ts - About 30 mins to fix

                                  Avoid too many return statements within this function.
                                  Open

                                            return false;

                                    Avoid too many return statements within this function.
                                    Open

                                        return false;

                                      Avoid too many return statements within this function.
                                      Open

                                          return paginationIgnoreMaxed(state, action as IgnorePaginationMaxedState);

                                        Avoid too many return statements within this function.
                                        Open

                                          return enterPaginationReducer(state, action, updatePagination);
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language