class RuboCop::CLI::Command::Lsp

@api private
Start Language Server Protocol of RuboCop.

def run

def run
  RuboCop::Lsp::Server.new(@config_store).start
end