class

Ameba::Formatter::DotFormatter

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

A formatter that shows a progress of inspection in a terminal using dots. It is similar to Crystal's dot formatter for specs.

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