class RubyLsp::Requests::Support::RuboCopDiagnostic

def severity

def severity
  RUBOCOP_TO_LSP_SEVERITY[@offense.severity.name]
end