class RuboCop::Formatter::SimpleTextFormatter

def annotate_message(msg)

def annotate_message(msg)
  msg.gsub(/`(.*?)`/m, yellow('\1'))
end