Method: RuboCop::Formatter::GitHubActionsFormatter#file_finished
- Defined in:
- lib/rubocop/formatter/github_actions_formatter.rb
permalink #file_finished(file, offenses) ⇒ Object
[View source]
14 15 16 |
# File 'lib/rubocop/formatter/github_actions_formatter.rb', line 14 def file_finished(file, offenses) @offenses_for_files[file] = offenses unless offenses.empty? end |