tadashi-aikawa/owlmixin

View on GitHub

Showing 225 of 243 total issues

Avoid too many return statements within this function.
Open

        return ret == null ? undefined : ret;
Severity: Major
Found in docs/_static/jquery-3.6.0.js - About 30 mins to fix

    Avoid too many return statements within this function.
    Open

            return false;
    Severity: Major
    Found in docs/_static/underscore-1.13.1.js - About 30 mins to fix

      Avoid too many return statements within this function.
      Open

              if (!(has$1(b, key) && eq(a[key], b[key], aStack, bStack))) return false;
      Severity: Major
      Found in docs/_static/underscore-1.13.1.js - About 30 mins to fix

        Avoid too many return statements within this function.
        Open

            return true;
        Severity: Major
        Found in docs/_static/underscore-1.13.1.js - About 30 mins to fix

          Avoid too many return statements within this function.
          Open

                if (keys(b).length !== length) return false;
          Severity: Major
          Found in docs/_static/underscore-1.13.1.js - About 30 mins to fix

            Avoid too many return statements within this function.
            Open

                        return type_.from_value(value)
            Severity: Major
            Found in owlmixin/__init__.py - About 30 mins to fix

              Avoid too many return statements within this function.
              Open

                    if (aStack[length] === a) return bStack[length] === b;
              Severity: Major
              Found in docs/_static/underscore-1.13.1.js - About 30 mins to fix

                Avoid too many return statements within this function.
                Open

                        if (!eq(a[length], b[length], aStack, bStack)) return false;
                Severity: Major
                Found in docs/_static/underscore-1.13.1.js - About 30 mins to fix

                  Avoid too many return statements within this function.
                  Open

                          return traverse_list(list(value), ignore_none, force_value, ignore_empty)
                  Severity: Major
                  Found in owlmixin/transformers.py - About 30 mins to fix

                    Avoid too many return statements within this function.
                    Open

                            return TIterator(
                    Severity: Major
                    Found in owlmixin/__init__.py - About 30 mins to fix

                      Avoid too many return statements within this function.
                      Open

                              if (byteLength !== getByteLength(b)) return false;
                      Severity: Major
                      Found in docs/_static/underscore-1.13.1.js - About 30 mins to fix

                        Avoid too many return statements within this function.
                        Open

                                return value
                        Severity: Major
                        Found in owlmixin/__init__.py - About 30 mins to fix

                          Avoid too many return statements within this function.
                          Open

                                  return TDict(
                          Severity: Major
                          Found in owlmixin/__init__.py - About 30 mins to fix

                            Avoid too many return statements within this function.
                            Open

                                return values(obj);
                            Severity: Major
                            Found in docs/_static/underscore-1.13.1.js - About 30 mins to fix

                              Avoid too many return statements within this function.
                              Open

                                  return value
                              Severity: Major
                              Found in owlmixin/transformers.py - About 30 mins to fix

                                Avoid too many return statements within this function.
                                Open

                                            return TOption(
                                Severity: Major
                                Found in owlmixin/__init__.py - About 30 mins to fix

                                  Avoid too many return statements within this function.
                                  Open

                                          return TOption(None)
                                  Severity: Major
                                  Found in owlmixin/__init__.py - About 30 mins to fix

                                    Avoid too many return statements within this function.
                                    Open

                                            return value.to_dict(
                                    Severity: Major
                                    Found in owlmixin/transformers.py - About 30 mins to fix

                                      Avoid too many return statements within this function.
                                      Open

                                          return deepEq(a, b, aStack, bStack);
                                      Severity: Major
                                      Found in docs/_static/underscore-1.13.1.js - About 30 mins to fix

                                        Avoid too many return statements within this function.
                                        Open

                                              if (typeof a != 'object' || typeof b != 'object') return false;
                                        Severity: Major
                                        Found in docs/_static/underscore-1.13.1.js - About 30 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language