class RubyLsp::Addon

def formatted_errors

: -> String
def formatted_errors
  <<~ERRORS
    #{name}:
      #{@errors.map(&:message).join("\n")}
  ERRORS
end