piotrmurach/github_cli

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

Summary

Maintainability
A
1 hr
Test Coverage

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

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

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

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

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

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

        There are no issues that match your filters.

        Category
        Status