class Reek::Report::VerboseHeadingFormatter
Lists out each examiner, even if it has no smell
Public Instance Methods
Source
# File lib/reek/report/heading_formatter.rb, line 39 def show_header?(_examiner) true end
Lists out each examiner, even if it has no smell
# File lib/reek/report/heading_formatter.rb, line 39 def show_header?(_examiner) true end