Showing 3 of 10 total issues
Method initialize
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def initialize(client, path, query = {}, verb = 'GET', body = '', optional_headers = {})
Method initialize
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def initialize(client, path, query = {}, verb = 'GET', body = '')
Method compose_down
has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring. Open
Open
def compose_down(params = {}) raise ArgumentError, 'Invalid arguments.' unless check_arguments(params, 'project') path = '/compose/down' query = {} query[:project] = params[:project] if params.key?(:project)
- Read upRead up