ProjectEntropy/project-entropy.com

View on GitHub

Showing 24 of 60 total issues

Avoid too many return statements within this function.
Open

        if( scroll < to && !forwards ) { return value_target; }
Severity: Major
Found in app/assets/javascripts/scrollme.js - About 30 mins to fix

    Avoid too many return statements within this function.
    Open

        if (offsetBottom != null && (colliderTop + colliderHeight >= scrollHeight - offsetBottom)) return 'bottom'
    Severity: Major
    Found in app/assets/javascripts/bootstrap.js - About 30 mins to fix

      Avoid too many return statements within this function.
      Open

          return false
      Severity: Major
      Found in app/assets/javascripts/bootstrap.js - About 30 mins to fix

        Avoid too many return statements within this function.
        Open

                return new_value;
        Severity: Major
        Found in app/assets/javascripts/scrollme.js - About 30 mins to fix
          Severity
          Category
          Status
          Source
          Language