Class: Collie::Reporter::Github
- Inherits:
-
Object
- Object
- Collie::Reporter::Github
- Defined in:
- lib/collie/reporter/github.rb
Overview
GitHub Actions format reporter
Instance Method Summary collapse
Instance Method Details
#report(offenses) ⇒ Object
7 8 9 |
# File 'lib/collie/reporter/github.rb', line 7 def report(offenses) offenses.map { |o| format_offense(o) }.join("\n") end |