drish/hyperb

View on GitHub
lib/hyperb/request.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method initialize has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

    def initialize(client, path, query = {}, verb = 'GET', body = '', optional_headers = {})
Severity: Minor
Found in lib/hyperb/request.rb - About 45 mins to fix

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

        def initialize(client, path, query = {}, verb = 'GET', body = '')
    Severity: Minor
    Found in lib/hyperb/request.rb - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status