Class: Reek::Report::VerboseHeadingFormatter
- Inherits:
-
HeadingFormatterBase
- Object
- HeadingFormatterBase
- Reek::Report::VerboseHeadingFormatter
- 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
Instance Method Details
#show_header?(_examiner) ⇒ Boolean
39 40 41 |
# File 'lib/reek/report/heading_formatter.rb', line 39 def show_header?(_examiner) true end |