tomi77/pyems

View on GitHub

Showing 178 of 178 total issues

Avoid too many return statements within this function.
Open

            return this;
Severity: Major
Found in docs/html/_static/jquery-1.11.1.js - About 30 mins to fix

    Avoid too many return statements within this function.
    Open

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

      Avoid too many return statements within this function.
      Open

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

        Avoid too many return statements within this function.
        Open

            if (className != toString.call(b)) return false;
        Severity: Major
        Found in docs/html/_static/underscore-1.3.1.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 docs/html/_static/jquery-1.11.1.js - About 30 mins to fix

            Avoid too many return statements within this function.
            Open

                    return jQuery.makeArray( selector, this );
            Severity: Major
            Found in docs/html/_static/jquery-1.11.1.js - About 30 mins to fix

              Avoid too many return statements within this function.
              Open

                    if ('constructor' in a != 'constructor' in b || a.constructor != b.constructor) return false;
              Severity: Major
              Found in docs/html/_static/underscore-1.3.1.js - About 30 mins to fix

                Avoid too many return statements within this function.
                Open

                            return ret;
                Severity: Major
                Found in docs/html/_static/jquery-1.11.1.js - About 30 mins to fix

                  Avoid too many return statements within this function.
                  Open

                              return ret == null ?
                                  undefined :
                                  ret;
                  Severity: Major
                  Found in docs/html/_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/html/_static/underscore-1.3.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/html/_static/underscore-1.3.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/html/_static/underscore-1.3.1.js - About 30 mins to fix

                          Line too long (81 > 79 characters)
                          Open

                                  return self.protocol.execute('startwebrtc', ersip=ersip, ersport=ersport,
                          Severity: Minor
                          Found in pyems/__init__.py by pep8

                          Limit all lines to a maximum of 79 characters.

                          There are still many devices around that are limited to 80 character
                          lines; plus, limiting windows to 80 characters makes it possible to
                          have several windows side-by-side.  The default wrapping on such
                          devices looks ugly.  Therefore, please limit all lines to a maximum
                          of 79 characters. For flowing long blocks of text (docstrings or
                          comments), limiting the length to 72 characters is recommended.
                          
                          Reports error E501.

                          Line too long (80 > 79 characters)
                          Open

                                  :link: http://docs.evostream.com/ems_api_definition/listgroupnamealiases
                          Severity: Minor
                          Found in pyems/__init__.py by pep8

                          Limit all lines to a maximum of 79 characters.

                          There are still many devices around that are limited to 80 character
                          lines; plus, limiting windows to 80 characters makes it possible to
                          have several windows side-by-side.  The default wrapping on such
                          devices looks ugly.  Therefore, please limit all lines to a maximum
                          of 79 characters. For flowing long blocks of text (docstrings or
                          comments), limiting the length to 72 characters is recommended.
                          
                          Reports error E501.

                          Module level import not at top of file
                          Open

                          import sphinx_rtd_theme
                          Severity: Minor
                          Found in docs/src/conf.py by pep8

                          Place imports at the top of the file.

                          Always put imports at the top of the file, just after any module
                          comments and docstrings, and before module globals and constants.
                          
                          Okay: import os
                          Okay: # this is a comment\nimport os
                          Okay: '''this is a module docstring'''\nimport os
                          Okay: r'''this is a module docstring'''\nimport os
                          Okay:
                          try:\n\timport x\nexcept ImportError:\n\tpass\nelse:\n\tpass\nimport y
                          Okay:
                          try:\n\timport x\nexcept ImportError:\n\tpass\nfinally:\n\tpass\nimport y
                          E402: a=1\nimport os
                          E402: 'One string'\n"Two string"\nimport os
                          E402: a=1\nfrom sys import x
                          
                          Okay: if x:\n    import os

                          Line too long (81 > 79 characters)
                          Open

                                  :link: http://docs.evostream.com/ems_api_definition/flushgroupnamealiases
                          Severity: Minor
                          Found in pyems/__init__.py by pep8

                          Limit all lines to a maximum of 79 characters.

                          There are still many devices around that are limited to 80 character
                          lines; plus, limiting windows to 80 characters makes it possible to
                          have several windows side-by-side.  The default wrapping on such
                          devices looks ugly.  Therefore, please limit all lines to a maximum
                          of 79 characters. For flowing long blocks of text (docstrings or
                          comments), limiting the length to 72 characters is recommended.
                          
                          Reports error E501.

                          Line too long (82 > 79 characters)
                          Open

                                  :link: http://docs.evostream.com/ems_api_definition/removegroupnamealiases
                          Severity: Minor
                          Found in pyems/__init__.py by pep8

                          Limit all lines to a maximum of 79 characters.

                          There are still many devices around that are limited to 80 character
                          lines; plus, limiting windows to 80 characters makes it possible to
                          have several windows side-by-side.  The default wrapping on such
                          devices looks ugly.  Therefore, please limit all lines to a maximum
                          of 79 characters. For flowing long blocks of text (docstrings or
                          comments), limiting the length to 72 characters is recommended.
                          
                          Reports error E501.

                          Line too long (85 > 79 characters)
                          Open

                                  :link: http://docs.evostream.com/ems_api_definition/listhttpstreamingsessions
                          Severity: Minor
                          Found in pyems/__init__.py by pep8

                          Limit all lines to a maximum of 79 characters.

                          There are still many devices around that are limited to 80 character
                          lines; plus, limiting windows to 80 characters makes it possible to
                          have several windows side-by-side.  The default wrapping on such
                          devices looks ugly.  Therefore, please limit all lines to a maximum
                          of 79 characters. For flowing long blocks of text (docstrings or
                          comments), limiting the length to 72 characters is recommended.
                          
                          Reports error E501.
                          Severity
                          Category
                          Status
                          Source
                          Language