uilianries/bintray-python

View on GitHub

Showing 90 of 187 total issues

Function delete_attributes has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    def delete_attributes(self, subject, repo, package, version=None, attributes=None):
Severity: Minor
Found in bintray/bintray.py - About 35 mins to fix

    Function create_package_release_notes_bintray has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        def create_package_release_notes_bintray(self, subject, repo, package, syntax, content):
    Severity: Minor
    Found in bintray/bintray.py - About 35 mins to fix

      Function publish_uploaded_content has 5 arguments (exceeds 4 allowed). Consider refactoring.
      Open

          def publish_uploaded_content(self, subject, repo, package, version, passphrase=None):
      Severity: Minor
      Found in bintray/bintray.py - About 35 mins to fix

        Function create_org_team has 5 arguments (exceeds 4 allowed). Consider refactoring.
        Open

            def create_org_team(self, org, name, members, allow_repo_creation=True, business_unit=None):
        Severity: Minor
        Found in bintray/bintray.py - About 35 mins to fix

          Function create_user_team has 5 arguments (exceeds 4 allowed). Consider refactoring.
          Open

              def create_user_team(self, user, name, members, allow_repo_creation=True, business_unit=None):
          Severity: Minor
          Found in bintray/bintray.py - About 35 mins to fix

            Function update_org_team has 5 arguments (exceeds 4 allowed). Consider refactoring.
            Open

                def update_org_team(self, org, team, members=None, allow_repo_creation=None, business_unit=None):
            Severity: Minor
            Found in bintray/bintray.py - About 35 mins to fix

              Function get_all_products_signed_eulas has 5 arguments (exceeds 4 allowed). Consider refactoring.
              Open

                  def get_all_products_signed_eulas(self, subject, from_date=None, to_date=None, username=None,
              Severity: Minor
              Found in bintray/bintray.py - About 35 mins to fix

                Function get_entitlements has 5 arguments (exceeds 4 allowed). Consider refactoring.
                Open

                    def get_entitlements(self, subject, repo=None, package=None, version=None, product=None):
                Severity: Minor
                Found in bintray/bintray.py - About 35 mins to fix

                  Function set_attributes has 5 arguments (exceeds 4 allowed). Consider refactoring.
                  Open

                      def set_attributes(self, subject, repo, package, version=None, attributes=None):
                  Severity: Minor
                  Found in bintray/bintray.py - About 35 mins to fix

                    Function put has 5 arguments (exceeds 4 allowed). Consider refactoring.
                    Open

                        def put(self, url, params=None, data=None, json=None, headers=None):
                    Severity: Minor
                    Found in bintray/requester.py - About 35 mins to fix

                      Function search_file_by_checksum has 5 arguments (exceeds 4 allowed). Consider refactoring.
                      Open

                          def search_file_by_checksum(self, sha1, subject=None, repo=None, start_pos=None,
                      Severity: Minor
                      Found in bintray/bintray.py - About 35 mins to fix

                        Function get_attributes has 5 arguments (exceeds 4 allowed). Consider refactoring.
                        Open

                            def get_attributes(self, subject, repo, package, version=None, attributes=None):
                        Severity: Minor
                        Found in bintray/bintray.py - About 35 mins to fix

                          Function search_maven_package has 5 arguments (exceeds 4 allowed). Consider refactoring.
                          Open

                              def search_maven_package(self, group_id=None, artifact_id=None, query=None, subject=None,
                          Severity: Minor
                          Found in bintray/bintray.py - About 35 mins to fix

                            Function unlink_package has 5 arguments (exceeds 4 allowed). Consider refactoring.
                            Open

                                def unlink_package(self, subject, repo, source_subject, source_repo, source_package):
                            Severity: Minor
                            Found in bintray/bintray.py - About 35 mins to fix

                              Function update_attributes has 5 arguments (exceeds 4 allowed). Consider refactoring.
                              Open

                                  def update_attributes(self, subject, repo, package, version=None, attributes=None):
                              Severity: Minor
                              Found in bintray/bintray.py - About 35 mins to fix

                                Function get_version_files has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                Open

                                    def get_version_files(self, subject, repo, package, version, include_unpublished=False):
                                Severity: Minor
                                Found in bintray/bintray.py - About 35 mins to fix

                                  Function create_product_readme has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                  Open

                                      def create_product_readme(self, subject, product, github=None, bintray_syntax=None,
                                  Severity: Minor
                                  Found in bintray/bintray.py - About 35 mins to fix

                                    Function register_webhook has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                    Open

                                        def register_webhook(self, subject, repo, package, url, method):
                                    Severity: Minor
                                    Found in bintray/bintray.py - About 35 mins to fix

                                      Function update_user_team has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                      Open

                                          def update_user_team(self, user, team, members=None, allow_repo_creation=None,
                                      Severity: Minor
                                      Found in bintray/bintray.py - About 35 mins to fix

                                        Function search_attributes has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                        Open

                                            def search_attributes(self, subject, repo, package=None, attributes=None,
                                        Severity: Minor
                                        Found in bintray/bintray.py - About 35 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language