Method: RuboCop::Formatter::GitHubActionsFormatter#started

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

#started(_target_files) ⇒ Object

[View source]

10
11
12
# File 'lib/rubocop/formatter/github_actions_formatter.rb', line 10

def started(_target_files)
  @offenses_for_files = {}
end