AlexAegis/loreplotter

View on GitHub

Showing 128 of 146 total issues

Avoid too many return statements within this function.
Open

            return { ...state, drawSize: action.payload };
Severity: Major
Found in src/app/lore/store/reducers/scene.reducer.ts - About 30 mins to fix

    Avoid too many return statements within this function.
    Open

                return {
                    ...frame,
                    start: { ...frame.start, base: start },
                    end: { ...frame.end, base: end }
                };
    Severity: Major
    Found in src/app/lore/store/reducers/scene.reducer.ts - About 30 mins to fix

      Avoid too many return statements within this function.
      Open

                  return state;
      Severity: Major
      Found in src/app/lore/store/reducers/actor.reducer.ts - About 30 mins to fix

        Avoid too many return statements within this function.
        Open

                    return { ...state, loading: true };
        Severity: Major
        Found in src/app/lore/store/reducers/lore.reducer.ts - About 30 mins to fix

          Avoid too many return statements within this function.
          Open

                      return { ...state, drawHeight: action.payload };
          Severity: Major
          Found in src/app/lore/store/reducers/scene.reducer.ts - About 30 mins to fix

            Avoid too many return statements within this function.
            Open

                        return { ...state, manualLight: action.payload };
            Severity: Major
            Found in src/app/lore/store/reducers/scene.reducer.ts - About 30 mins to fix

              Avoid too many return statements within this function.
              Open

                          return { ...state, debugMode: action.payload };
              Severity: Major
              Found in src/app/lore/store/reducers/scene.reducer.ts - About 30 mins to fix

                Avoid too many return statements within this function.
                Open

                            return { ...state, loading: false };
                Severity: Major
                Found in src/app/lore/store/reducers/lore.reducer.ts - About 30 mins to fix
                  Severity
                  Category
                  Status
                  Source
                  Language