Method: RuboCop::Formatter::SimpleTextFormatter#started

Defined in:
lib/rubocop/formatter/simple_text_formatter.rb

#started(_target_files) ⇒ Object



24
25
26
27
28
# File 'lib/rubocop/formatter/simple_text_formatter.rb', line 24

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