hummingbird-me/kitsu-web

View on GitHub

Showing 89 of 875 total issues

Avoid too many return statements within this function.
Open

            return hrefTo(this, 'comments', id, queryParams);
Severity: Major
Found in app/components/application/user-notifications/item.js - About 30 mins to fix

    Avoid too many return statements within this function.
    Open

            return get(this, 'intl').t(`groups.dashboard.audit.${targetType}.${verb}`);
    Severity: Major
    Found in app/components/groups/dashboard/audit-log-item.js - About 30 mins to fix

      Avoid too many return statements within this function.
      Open

            return 'en_jp';
      Severity: Major
      Found in app/utils/get-title-field.js - About 30 mins to fix

        Avoid too many return statements within this function.
        Open

                return '#';
        Severity: Major
        Found in app/components/application/user-notifications/item.js - About 30 mins to fix

          Avoid too many return statements within this function.
          Open

                return 'percent-quarter-4';
          Severity: Major
          Found in app/components/media-popover.js - About 30 mins to fix

            Avoid too many return statements within this function.
            Open

                      return hrefTo(this, 'comments', modelId, queryParams);
            Severity: Major
            Found in app/components/application/user-notifications/item.js - About 30 mins to fix

              Avoid too many return statements within this function.
              Open

                        return hrefTo(this, 'media-reactions', id, queryParams);
              Severity: Major
              Found in app/components/application/user-notifications/item.js - About 30 mins to fix

                Avoid too many return statements within this function.
                Open

                          return hrefTo(this, `${type}.show.${unitType}.show`, get(actor, 'slug'), get(subject, 'number'), queryParams);
                Severity: Major
                Found in app/components/application/user-notifications/item.js - About 30 mins to fix

                  Avoid too many return statements within this function.
                  Open

                        return { index: 1, count: chapters };
                  Severity: Major
                  Found in app/components/stats/time-spent.js - About 30 mins to fix

                    Avoid too many return statements within this function.
                    Open

                            return '';
                    Severity: Major
                    Found in app/components/groups/dashboard/audit-log-item.js - About 30 mins to fix

                      Avoid too many return statements within this function.
                      Open

                                return hrefTo(this, 'posts', id, queryParams);
                      Severity: Major
                      Found in app/components/application/user-notifications/item.js - About 30 mins to fix

                        Avoid too many return statements within this function.
                        Open

                                return '#';
                        Severity: Major
                        Found in app/components/application/user-notifications/item.js - About 30 mins to fix

                          Avoid too many return statements within this function.
                          Open

                                    return hrefTo(this, 'group-invite', modelId, queryParams);
                          Severity: Major
                          Found in app/components/application/user-notifications/item.js - About 30 mins to fix

                            Avoid too many return statements within this function.
                            Open

                                    return '#';
                            Severity: Major
                            Found in app/components/application/user-notifications/item.js - About 30 mins to fix

                              Avoid too many return statements within this function.
                              Open

                                      return '#';
                              Severity: Major
                              Found in app/components/application/user-notifications/item.js - About 30 mins to fix

                                Avoid too many return statements within this function.
                                Open

                                        return '#';
                                Severity: Major
                                Found in app/components/application/user-notifications/item.js - About 30 mins to fix

                                  Function getCurrentUser has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
                                  Open

                                    async getCurrentUser() {
                                      const { store, raven } = getProperties(this, 'store', 'raven');
                                      try {
                                        // Load the current user
                                        const users = await store.query('user', {
                                  Severity: Minor
                                  Found in app/services/session.js - About 25 mins 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 didInsertElement has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
                                  Open

                                    didInsertElement() {
                                      this._super(...arguments);
                                      const element = get(this, 'element');
                                      element.classList.add(get(this, 'bufferClass'));
                                  
                                  
                                  Severity: Minor
                                  Found in lib/kitsu-shared/addon/components/occludable-area.js - About 25 mins 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 queryParamsDidChange has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
                                  Open

                                    queryParamsDidChange({ shouldRefresh, changed }) {
                                      // save to cache
                                      if (get(this, 'session').isCurrentUser(get(this, 'user'))) {
                                        const cache = get(this, 'cache');
                                        if ('media' in changed) {
                                  Severity: Minor
                                  Found in app/controllers/users/library.js - About 25 mins 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 unitText has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
                                  Open

                                    unitText: computed('isCompleted', 'entry.{progress,unit}', function() {
                                      // Completed?
                                      if (get(this, 'isCompleted')) {
                                        return get(this, 'intl').t('dashboard.quick-update.media.complete');
                                      }
                                  Severity: Minor
                                  Found in app/components/dashboard/quick-update/item.js - About 25 mins 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

                                  Severity
                                  Category
                                  Status
                                  Source
                                  Language