kalefranz/auxlib

View on GitHub

Showing 193 of 242 total issues

Avoid too many return statements within this function.
Open

    return _.values(iterable);
Severity: Major
Found in docs/_theme/basic/static/underscore-1.3.1.js - About 30 mins to fix

    Avoid too many return statements within this function.
    Open

                        return results;
    Severity: Major
    Found in docs/_theme/basic/static/jquery-1.11.1.js - About 30 mins to fix

      Avoid too many return statements within this function.
      Open

                      return ( context || rootjQuery ).find( selector );
      Severity: Major
      Found in docs/_theme/basic/static/jquery-1.11.1.js - About 30 mins to fix

        Avoid too many return statements within this function.
        Open

            return -1;
        Severity: Major
        Found in docs/_theme/basic/static/underscore-1.3.1.js - About 30 mins to fix

          Avoid too many return statements within this function.
          Open

                          return results;
          Severity: Major
          Found in docs/_theme/basic/static/jquery-1.11.1.js - About 30 mins to fix

            Avoid too many return statements within this function.
            Open

                    return compare & 4 ? -1 : 1;
            Severity: Major
            Found in docs/_theme/basic/static/jquery-1.11.1.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 docs/_theme/basic/static/jquery-1.11.1.js - About 30 mins to fix

                Avoid too many return statements within this function.
                Open

                      if (stack[length] == a) return true;
                Severity: Major
                Found in docs/_theme/basic/static/underscore-1.3.1.js - About 30 mins to fix

                  Avoid too many return statements within this function.
                  Open

                              return sortInput ?
                                  ( indexOf.call( sortInput, a ) - indexOf.call( sortInput, b ) ) :
                                  0;
                  Severity: Major
                  Found in docs/_theme/basic/static/jquery-1.11.1.js - About 30 mins to fix

                    Avoid too many return statements within this function.
                    Open

                        return result;
                    Severity: Major
                    Found in docs/_theme/basic/static/underscore-1.3.1.js - About 30 mins to fix

                      Avoid too many return statements within this function.
                      Open

                                  return bool(complex(val))
                      Severity: Major
                      Found in auxlib/type_coercion.py - About 30 mins to fix

                        Avoid too many return statements within this function.
                        Open

                                return key === undefined || hasOwn.call( obj, key );
                        Severity: Major
                        Found in docs/_theme/basic/static/jquery-1.11.1.js - About 30 mins to fix

                          Avoid too many return statements within this function.
                          Open

                                      return boolify(value, nullable=True)
                          Severity: Major
                          Found in auxlib/type_coercion.py - About 30 mins to fix

                            Avoid too many return statements within this function.
                            Open

                                            return self._type(*val)
                            Severity: Major
                            Found in auxlib/entity.py - About 30 mins to fix

                              Avoid too many return statements within this function.
                              Open

                                      return typify_str_no_hint(value)
                              Severity: Major
                              Found in auxlib/type_coercion.py - About 30 mins to fix

                                Avoid too many return statements within this function.
                                Open

                                        return tuple(make_immutable(v) for v in value)
                                Severity: Major
                                Found in auxlib/collection.py - About 30 mins to fix

                                  Avoid too many return statements within this function.
                                  Open

                                              return None if value.lower() == 'none' else value
                                  Severity: Major
                                  Found in auxlib/type_coercion.py - About 30 mins to fix

                                    Avoid too many return statements within this function.
                                    Open

                                                return typify_str_no_hint(text_type(value))
                                    Severity: Major
                                    Found in auxlib/type_coercion.py - About 30 mins to fix

                                      Avoid too many return statements within this function.
                                      Open

                                                  return obj.value
                                      Severity: Major
                                      Found in auxlib/entity.py - About 30 mins to fix

                                        Avoid too many return statements within this function.
                                        Open

                                                    return value
                                        Severity: Major
                                        Found in auxlib/collection.py - About 30 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language