Showing 2 of 2 total issues
Method update
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def update(column, value, data, update_whole=false, sheet=nil)
Method add_query_params_to_url
has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring. Open
Open
def add_query_params_to_url(options) h = Hash.new.tap do |hash| hash[:limit] = options[:limit] if options[:limit] hash[:offset] = options[:offset] if options[:offset]
- Read upRead up