class RuboCop::CLI::Command::Lsp

Start Language Server Protocol of RuboCop. @api private

Public Instance Methods

run() click to toggle source
# File lib/rubocop/cli/command/lsp.rb, line 13
def run
  RuboCop::Lsp::Server.new(@config_store).start
end