class

Ameba::Formatter::GitHubActionsFormatter

Inherits Ameba::Formatter::Util < Ameba::Formatter::BaseFormatter < Reference < Object

A formatter that outputs issues in a GitHub Actions compatible format.

See GitHub Actions documentation for details.

Instance methods

finished(sources) : Nil

Reports a message when inspection is finished.

Source
source_finished(source : Source) : Nil

Reports a result of the inspection of a corresponding source.

Source
started(sources) : Nil

Reports a message when inspection is started.

Source