class RubyLsp::Requests::Support::RuboCopDiagnosticsRunner

def initialize

def initialize
  @runner = T.let(RuboCopRunner.new, RuboCopRunner)
end