class RuboCop::Formatter::SimpleTextFormatter

def started(_target_files)

def started(_target_files)
  @total_offense_count = 0
  @total_correction_count = 0
  @total_correctable_count = 0
end