Sha256: 41a0e913a5381f742c86995d83c56e014b5e782ab3a6fc419bed2efc7628e6c0
Contents?: true
Size: 355 Bytes
Versions: 116
Compression:
Stored size: 355 Bytes
Contents
# frozen_string_literal: true require_relative '../../lsp/server' module RuboCop class CLI module Command # Start Language Server Protocol of RuboCop. # @api private class Lsp < Base self.command_name = :lsp def run RuboCop::Lsp::Server.new(@config_store).start end end end end end
Version data entries
116 entries across 116 versions & 9 rubygems