Method: RuboCop::Formatter::WorstOffendersFormatter#started
- Defined in:
- lib/rubocop/formatter/worst_offenders_formatter.rb
#started(target_files) ⇒ Object
19 20 21 22 |
# File 'lib/rubocop/formatter/worst_offenders_formatter.rb', line 19 def started(target_files) super @offense_counts = {} end |