class RuboCop::CLI::Command::Lsp
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
# File lib/rubocop/cli/command/lsp.rb, line 13 def run RuboCop::Lsp::Server.new(@config_store).start end