Sha256: d3dc16f3cf661c4ba78fa28c4e12411065612b278255c449168c758cfa03b132
Contents?: true
Size: 355 Bytes
Versions: 16
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
16 entries across 16 versions & 4 rubygems