class

Ameba::Formatter::TODOFormatter

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

A formatter that creates a todo config. Basically, it takes all issues reported and disables corresponding rules or excludes failed sources from these rules.

Constructors

new(output = STDOUT, config_path : Path = Config::DEFAULT_PATH)
Source

Instance methods

finished(sources) : Nil

Reports a message when inspection is finished.

Source