alphasights/ember-scrollable

View on GitHub

Showing 3 of 9 total issues

`` has 26 functions (exceeds 20 allowed). Consider refactoring.
Open

export default Component.extend(DomMixin, {
  layout,
  classNameBindings: [':tse-scrollbar', 'horizontal:horizontal:vertical'],
  onDrag(){},
  onJumpTo(){},
Severity: Minor
Found in addon/components/ember-scrollbar.js - About 3 hrs to fix

    `` has 25 functions (exceeds 20 allowed). Consider refactoring.
    Open

    export default Component.extend(InboundActionsMixin, DomMixin, {
      layout,
      classNameBindings: [':ember-scrollable', ':tse-scrollable', 'horizontal', 'vertical'],
    
      /**
    Severity: Minor
    Found in addon/components/ember-scrollable.js - About 2 hrs to fix

      Function exports has 65 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

      module.exports = function() {
        return Promise.all([
          getChannelURL('release'),
          getChannelURL('beta'),
          getChannelURL('canary')
      Severity: Major
      Found in config/ember-try.js - About 2 hrs to fix
        Severity
        Category
        Status
        Source
        Language