class RuboCop::Cop::MessageAnnotator

Message Annotator class annotates a basic offense message based on params passed into initializer.

@see initialize

@example

 RuboCop::Cop::MessageAnnotator.new(
   config, cop_name, cop_config, @options
 ).annotate('message')
#=> 'Cop/CopName: message (http://example.org/styleguide)'