FanaHOVA/blazer

View on GitHub

Showing 841 of 841 total issues

Avoid too many return statements within this function.
Open

        return ( context || rootjQuery ).find( selector );
Severity: Major
Found in app/assets/javascripts/blazer/jquery.js - About 30 mins to fix

    Avoid too many return statements within this function.
    Open

          return this;
    Severity: Major
    Found in app/assets/javascripts/blazer/jquery.js - About 30 mins to fix

      Avoid too many return statements within this function.
      Open

              return;
      Severity: Major
      Found in app/assets/javascripts/blazer/Sortable.js - About 30 mins to fix

        Avoid too many return statements within this function.
        Open

                return this.constructor( context ).find( selector );
        Severity: Major
        Found in app/assets/javascripts/blazer/jquery.js - About 30 mins to fix

          Avoid too many return statements within this function.
          Open

                return typeof rootjQuery.ready !== "undefined" ?
                  rootjQuery.ready( selector ) :
                  // Execute immediately if ready is not present
                  selector( jQuery );
          Severity: Major
          Found in app/assets/javascripts/blazer/jquery.js - About 30 mins to fix

            Avoid too many return statements within this function.
            Open

              return select( selector.replace( rtrim, "$1" ), context, results, seed );
            Severity: Major
            Found in app/assets/javascripts/blazer/jquery.js - About 30 mins to fix

              Avoid too many return statements within this function.
              Open

                  return compare & 4 ? -1 : 1;
              Severity: Major
              Found in app/assets/javascripts/blazer/jquery.js - About 30 mins to fix

                Avoid too many return statements within this function.
                Open

                  return vnode
                Severity: Major
                Found in app/assets/javascripts/blazer/vue.js - About 30 mins to fix

                  Avoid too many return statements within this function.
                  Open

                          return placeholder(h, rawChild)
                  Severity: Major
                  Found in app/assets/javascripts/blazer/vue.js - About 30 mins to fix

                    Avoid too many return statements within this function.
                    Open

                        return rawChild
                    Severity: Major
                    Found in app/assets/javascripts/blazer/vue.js - About 30 mins to fix

                      Avoid too many return statements within this function.
                      Open

                        return val
                      Severity: Major
                      Found in app/assets/javascripts/blazer/vue.js - About 30 mins to fix

                        Avoid too many return statements within this function.
                        Open

                          return res
                        Severity: Major
                        Found in app/assets/javascripts/blazer/vue.js - About 30 mins to fix

                          Avoid too many return statements within this function.
                          Open

                              return genSlot(el)
                          Severity: Major
                          Found in app/assets/javascripts/blazer/vue.js - About 30 mins to fix

                            Avoid too many return statements within this function.
                            Open

                                return code
                            Severity: Major
                            Found in app/assets/javascripts/blazer/vue.js - About 30 mins to fix

                              Avoid too many return statements within this function.
                              Open

                                  return (unknownElementCache[tag] = /HTMLUnknownElement/.test(el.toString()))
                              Severity: Major
                              Found in app/assets/javascripts/blazer/vue.js - About 30 mins to fix

                                Avoid too many return statements within this function.
                                Open

                                      return placeholder(h, rawChild)
                                Severity: Major
                                Found in app/assets/javascripts/blazer/vue.js - About 30 mins to fix

                                  Avoid too many return statements within this function.
                                  Open

                                      return function mergedInstanceDataFn () {
                                        // instance merge
                                        var instanceData = typeof childVal === 'function'
                                          ? childVal.call(vm)
                                          : childVal;
                                  Severity: Major
                                  Found in app/assets/javascripts/blazer/vue.js - About 30 mins to fix

                                    Avoid too many return statements within this function.
                                    Open

                                          return new VNode(
                                            tag, data, normalizeChildren(children, ns),
                                            undefined, undefined, ns, context
                                          )
                                    Severity: Major
                                    Found in app/assets/javascripts/blazer/vue.js - About 30 mins to fix

                                      Avoid too many return statements within this function.
                                      Open

                                          return createComponent(tag, data, context, children)
                                      Severity: Major
                                      Found in app/assets/javascripts/blazer/vue.js - About 30 mins to fix

                                        Avoid too many return statements within this function.
                                        Open

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