codevise/pageflow

View on GitHub

Showing 451 of 1,081 total issues

Function _initDragGestureBump has 63 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    _initDragGestureBump: function() {
      var allowUp = false,
          allowDown = false,
          allowLeft = false,
          allowRight = false,

    Function prebuffering has 63 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    export const prebuffering = function(player) {
      let prebufferPromiseReject;
    
      player.isBufferedAhead = function(delta, silent) {
        // video.js only gives us one time range starting from 0 here. We
    Severity: Major
    Found in package/src/frontend/VideoPlayer/prebuffering.js - About 2 hrs to fix

      Function validate has 63 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

        validate: function(success) {
          var view = this;
          var options = this.options;
          var value = this.ui.input.val();
      
      
      Severity: Major
      Found in package/src/ui/views/inputs/UrlInputView.js - About 2 hrs to fix

        Function onRender has 63 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

          onRender: function() {
            var view = this,
                options = this.options;
        
            SelectInputView.prototype.onRender.apply(this, arguments);
        Severity: Major
        Found in package/src/ui/views/inputs/ExtendedSelectInputView.js - About 2 hrs to fix

          Function default has 62 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

          export default function(pageflow) {
            const isEditor = !!pageflow.storylines;
            const isServerSide = !pageflow.settings;
          
            const seed = pageflow.seed;
          Severity: Major
          Found in entry_types/paged/packages/pageflow-paged-react/src/boot.js - About 2 hrs to fix

            Function componentDidMount has 62 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

              componentDidMount() {
                const options = assign({}, this.props.options, {
                  container: this.wavesurferEl
                });
            
            

              Function sources has 61 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

              export function sources(videoFile, quality = 'auto') {
                if (typeof window !== 'undefined') {
                  if (!browser.has('video')) {
                    return [];
                  }
              Severity: Major
              Found in entry_types/scrolled/package/src/frontend/VideoPlayer/sources.js - About 2 hrs to fix

                File appearance-stories.js has 268 lines of code (exceeds 250 allowed). Consider refactoring.
                Open

                import React from 'react';
                
                import {
                  Entry, RootProviders,
                  contentElementWidths, contentElementWidthName,

                  Function handleMessage has a Cognitive Complexity of 18 (exceeds 5 allowed). Consider refactoring.
                  Open

                    handleMessage(message) {
                      const postMessage = message => {
                        this.iframeWindow.postMessage(message, window.location.origin);
                      };
                  
                  

                  Cognitive Complexity

                  Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

                  A method's cognitive complexity is based on a few simple rules:

                  • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
                  • Code is considered more complex for each "break in the linear flow of the code"
                  • Code is considered more complex when "flow breaking structures are nested"

                  Further reading

                  Function onRender has 60 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                    onRender() {
                      this.externalLink = new Backbone.Model();
                      this.externalLink.modelName = 'externalLink';
                  
                      this.ui.urlContainer.prepend(

                    Function fileTypes has 60 lines of code (exceeds 25 allowed). Consider refactoring.
                    Open

                      fileTypes: function(fn) {
                        var fileTypes = new FileTypes();
                        var fileTypesSetupArray = [];
                    
                        var builder = {
                    Severity: Major
                    Found in package/src/testHelpers/factories.js - About 2 hrs to fix

                      Function volumeBinding has 59 lines of code (exceeds 25 allowed). Consider refactoring.
                      Open

                      export const volumeBinding = function(player, settings, options) {
                        options = options || {};
                      
                        var originalPlay = player.play;
                        var originalPause = player.pause;
                      Severity: Major
                      Found in package/src/frontend/mediaPlayer/volumeBinding.js - About 2 hrs to fix

                        Function save has 57 lines of code (exceeds 25 allowed). Consider refactoring.
                        Open

                          save: function() {
                            var publishedUntil = null;
                        
                            if (this.$el.hasClass('publishing')) {
                              return;
                        Severity: Major
                        Found in package/src/editor/views/PublishEntryView.js - About 2 hrs to fix

                          Function PageTypeRegistry has a Cognitive Complexity of 17 (exceeds 5 allowed). Consider refactoring.
                          Open

                          export default function PageTypeRegistry() {
                            const pageTypes = [];
                          
                            this.register = function(name, {component, reduxModules = [], ...options}) {
                              if (!component) {

                          Cognitive Complexity

                          Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

                          A method's cognitive complexity is based on a few simple rules:

                          • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
                          • Code is considered more complex for each "break in the linear flow of the code"
                          • Code is considered more complex when "flow breaking structures are nested"

                          Further reading

                          Function sources has a Cognitive Complexity of 17 (exceeds 5 allowed). Consider refactoring.
                          Open

                          export function sources(videoFile, quality = 'auto') {
                            if (typeof window !== 'undefined') {
                              if (!browser.has('video')) {
                                return [];
                              }
                          Severity: Minor
                          Found in entry_types/scrolled/package/src/frontend/VideoPlayer/sources.js - About 2 hrs to fix

                          Cognitive Complexity

                          Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

                          A method's cognitive complexity is based on a few simple rules:

                          • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
                          • Code is considered more complex for each "break in the linear flow of the code"
                          • Code is considered more complex when "flow breaking structures are nested"

                          Further reading

                          Function moveContentElement has a Cognitive Complexity of 17 (exceeds 5 allowed). Consider refactoring.
                          Open

                          export function moveContentElement(entry, contentElement, {range, sibling, at, splitPoint}) {
                            const sourceBatch = new Batch(entry, contentElement.section);
                          
                            // If we move content elements between sections, merges will need to
                            // be performed in the section where the content element came from.

                          Cognitive Complexity

                          Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

                          A method's cognitive complexity is based on a few simple rules:

                          • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
                          • Code is considered more complex for each "break in the linear flow of the code"
                          • Code is considered more complex when "flow breaking structures are nested"

                          Further reading

                          Function Visited has 56 lines of code (exceeds 25 allowed). Consider refactoring.
                          Open

                          export const Visited = function(entryId, pages, events, cookies) {
                            var cookieName = '_pageflow_visited';
                          
                            var unvisitedPages = [];
                          
                          
                          Severity: Major
                          Found in entry_types/paged/packages/pageflow-paged/src/frontend/Visited.js - About 2 hrs to fix

                            Function configurationEditor has 56 lines of code (exceeds 25 allowed). Consider refactoring.
                            Open

                              configurationEditor() {
                                migrateLegacyAutoplay(this.model);
                            
                                this.tab('general', function() {
                                  this.input('id', FileInputView, {

                              Function exampleContentElements has 54 lines of code (exceeds 25 allowed). Consider refactoring.
                              Open

                                function exampleContentElements(sectionId) {
                                  if (layout === 'center') {
                                    return [
                                      exampleHeading({sectionId, text: 'Content element widths center', width: contentElementWidths.xl}),
                                      ...[3, 2, 1, 0, -1, -2, -3].flatMap(width => [

                                File factories.js has 256 lines of code (exceeds 250 allowed). Consider refactoring.
                                Open

                                import Backbone from 'backbone';
                                import _ from 'underscore';
                                
                                import {
                                  EditorApi,
                                Severity: Minor
                                Found in package/src/testHelpers/factories.js - About 2 hrs to fix
                                  Severity
                                  Category
                                  Status
                                  Source
                                  Language