Class: Reek::Report::VerboseHeadingFormatter

Inherits:
HeadingFormatterBase show all
Defined in:
lib/reek/report/heading_formatter.rb

Overview

Lists out each examiner, even if it has no smell

Instance Method Summary collapse

Methods inherited from HeadingFormatterBase

#formatted_header, #header

Instance Method Details

#show_header?(_examiner) ⇒ Boolean

Returns:

  • (Boolean)


39
40
41
# File 'lib/reek/report/heading_formatter.rb', line 39

def show_header?(_examiner)
  true
end