class RuboCop::Cop::Cop

def annotate(message)

def annotate(message)
  RuboCop::Cop::MessageAnnotator.new(
    config, cop_config, @options
  ).annotate(message, name)
end