piotrmurach/github_cli

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

Summary

Maintainability
A
3 hrs
Test Coverage

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

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

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

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

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

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

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

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

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

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

            There are no issues that match your filters.

            Category
            Status