class Standard::Formatter

def started(_target_files)

def started(_target_files)
  @header_printed_already = false
  @total_correction_count = 0
  @total_correctable_count = 0
  @total_uncorrected_count = 0
  print_todo_warning
end