Showing 779 of 1,157 total issues

Avoid too many return statements within this function.
Open

      return true;
Severity: Major
Found in src/text-editor-component.js - About 30 mins to fix

    Avoid too many return statements within this function.
    Open

            return true;
    Severity: Major
    Found in src/text-editor-component.js - About 30 mins to fix

      Avoid too many return statements within this function.
      Open

              if (newHighlight.flashRequested) return true;
      Severity: Major
      Found in src/text-editor-component.js - About 30 mins to fix

        Avoid too many return statements within this function.
        Open

              return true;
        Severity: Major
        Found in src/text-editor-component.js - About 30 mins to fix

          Avoid too many return statements within this function.
          Open

            return true;
          Severity: Major
          Found in src/text-editor-component.js - About 30 mins to fix

            Avoid too many return statements within this function.
            Open

                    return null;
            Severity: Major
            Found in src/compile-cache.js - About 30 mins to fix

              Avoid too many return statements within this function.
              Open

                  if (oldProps.tileStartRow !== newProps.tileStartRow) return true;
              Severity: Major
              Found in src/text-editor-component.js - About 30 mins to fix

                Avoid too many return statements within this function.
                Open

                          return true;
                Severity: Major
                Found in src/text-editor-component.js - About 30 mins to fix

                  Avoid too many return statements within this function.
                  Open

                          if (oldHighlight.endPixelTop !== newHighlight.endPixelTop) return true;
                  Severity: Major
                  Found in src/text-editor-component.js - About 30 mins to fix

                    Avoid too many return statements within this function.
                    Open

                              return true;
                    Severity: Major
                    Found in src/text-editor-component.js - About 30 mins to fix

                      Avoid too many return statements within this function.
                      Open

                          if (oldProps.labelFn !== newProps.labelFn) return true;
                      Severity: Major
                      Found in src/text-editor-component.js - About 30 mins to fix

                        Avoid too many return statements within this function.
                        Open

                              return true;
                        Severity: Major
                        Found in src/text-editor-component.js - About 30 mins to fix

                          Avoid too many return statements within this function.
                          Open

                              if (oldProps.tileEndRow !== newProps.tileEndRow) return true;
                          Severity: Major
                          Found in src/text-editor-component.js - About 30 mins to fix

                            Avoid too many return statements within this function.
                            Open

                                      return true;
                            Severity: Major
                            Found in src/text-editor-component.js - About 30 mins to fix

                              Avoid too many return statements within this function.
                              Open

                                    return {
                                      map: sourceMap,
                                      url: null
                                    };
                              Severity: Major
                              Found in src/compile-cache.js - About 30 mins to fix

                                Avoid too many return statements within this function.
                                Open

                                    if (oldProps.maxDigits !== newProps.maxDigits) return true;
                                Severity: Major
                                Found in src/text-editor-component.js - About 30 mins to fix

                                  Avoid too many return statements within this function.
                                  Open

                                        return true;
                                  Severity: Major
                                  Found in src/text-editor-component.js - About 30 mins to fix

                                    Avoid too many return statements within this function.
                                    Open

                                            return true;
                                    Severity: Major
                                    Found in src/text-editor-component.js - About 30 mins to fix

                                      Avoid too many return statements within this function.
                                      Open

                                                return true;
                                      Severity: Major
                                      Found in src/text-editor-component.js - About 30 mins to fix

                                        Avoid too many return statements within this function.
                                        Open

                                            if (!arraysEqual(oldProps.screenLines, newProps.screenLines)) return true;
                                        Severity: Major
                                        Found in src/text-editor-component.js - About 30 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language