piotrmurach/github_cli

View on GitHub
lib/github_cli/apis/pull_request.rb

Summary

Maintainability
A
3 hrs
Test Coverage

Method merge has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    def self.merge(user, repo, number, params, options)
Severity: Minor
Found in lib/github_cli/apis/pull_request.rb - About 35 mins to fix

    Method update has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        def self.update(user, repo, number, params, options)
    Severity: Minor
    Found in lib/github_cli/apis/pull_request.rb - About 35 mins to fix

      Method commits has 5 arguments (exceeds 4 allowed). Consider refactoring.
      Open

          def self.commits(user, repo, number, params, options)
      Severity: Minor
      Found in lib/github_cli/apis/pull_request.rb - About 35 mins to fix

        Method get has 5 arguments (exceeds 4 allowed). Consider refactoring.
        Open

            def self.get(user, repo, number, params, options)
        Severity: Minor
        Found in lib/github_cli/apis/pull_request.rb - About 35 mins to fix

          Method files has 5 arguments (exceeds 4 allowed). Consider refactoring.
          Open

              def self.files(user, repo, number, params, options)
          Severity: Minor
          Found in lib/github_cli/apis/pull_request.rb - About 35 mins to fix

            Method merged has 5 arguments (exceeds 4 allowed). Consider refactoring.
            Open

                def self.merged(user, repo, number, params, options)
            Severity: Minor
            Found in lib/github_cli/apis/pull_request.rb - About 35 mins to fix

              There are no issues that match your filters.

              Category
              Status