sheetsu/sheetsu-ruby

View on GitHub

Showing 2 of 2 total issues

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

def update(column, value, data, update_whole=false, sheet=nil)
Severity: Minor
Found in lib/sheetsu/client.rb - About 35 mins to fix

    Method add_query_params_to_url has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
    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]
     
     
    Severity: Minor
    Found in lib/sheetsu/request.rb - About 35 mins to fix
    Severity
    Category
    Status
    Source
    Language