Object
A report that lists every source, including those that have no smells.
# File lib/reek/cli/report.rb, line 27 def initialize(examiner) @examiner = examiner end
# File lib/reek/cli/report.rb, line 31 def report warnings = @examiner.smells warning_count = warnings.length result = header(@examiner.description, warning_count) result += ":\n#{format_list(warnings)}" if warning_count > 0 result + "\n" end
[Validate]
Generated with the Darkfish Rdoc Generator 2.