class Reek::Report::DocumentationLinkWarningFormatter
Formatter that adds a link to the docs to the basic message from SimpleWarningFormatter
.
Public Instance Methods
Source
# File lib/reek/report/documentation_link_warning_formatter.rb, line 12 def format(warning) "#{super} [#{warning.explanatory_link}]" end