Showing 779 of 1,157 total issues

Avoid too many return statements within this function.
Open

        return fs.listSync(stylesheetDirPath, ['css', 'less']);
Severity: Major
Found in src/package.js - About 30 mins to fix

    Avoid too many return statements within this function.
    Open

        return desiredIndentLevel;
    Severity: Major
    Found in src/text-mate-language-mode.js - About 30 mins to fix

      Avoid too many return statements within this function.
      Open

            return;
      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.startRow !== newProps.startRow) 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 (desiredIndentLevel >= currentIndentLevel) return;
              Severity: Major
              Found in src/text-mate-language-mode.js - About 30 mins to fix

                Avoid too many return statements within this function.
                Open

                    return true;
                Severity: Major
                Found in src/pane.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 (blockDecorationsChanged) 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.decorations, newProps.decorations)) 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 (blockDecorationsChanged) 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 false;
                              Severity: Major
                              Found in src/text-editor-component.js - About 30 mins to fix

                                Avoid too many return statements within this function.
                                Open

                                        return false;
                                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 (!arraysEqual(oldProps.keys, newProps.keys)) 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 false;
                                      Severity: Major
                                      Found in src/text-editor-component.js - About 30 mins to fix

                                        Avoid too many return statements within this function.
                                        Open

                                            if (desiredIndentLevel < 0) return 0;
                                        Severity: Major
                                        Found in src/text-mate-language-mode.js - About 30 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language