Class: Reek::Report::HeadingFormatter::Verbose Private

Inherits:
Base
  • Object
show all
Defined in:
lib/reek/report/heading_formatter.rb

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Lists out each examiner, even if it has no smell

Instance Attribute Summary

Attributes inherited from Base

#report_formatter

Instance Method Summary collapse

Methods inherited from Base

#header, #initialize

Constructor Details

This class inherits a constructor from Reek::Report::HeadingFormatter::Base

Instance Method Details

#show_header?(_examiner) ⇒ Boolean

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns:

  • (Boolean)


30
31
32
# File 'lib/reek/report/heading_formatter.rb', line 30

def show_header?(_examiner)
  true
end