src/jiji/model/graphing/graph.rb
Method get_or_create
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def self.get_or_create(label, type,
colors, axises, aggregation_type = :agerage, backtest = nil) #:nodoc:
Method initialize
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def initialize(backtest, type,
aggregation_type, label, colors, axises) #:nodoc: