Sha256: 93fea0f7de1e32b917ebefec271bdc7c590d882a20fefc1e23b37f191e794348
Contents?: true
Size: 245 Bytes
Versions: 3
Compression:
Stored size: 245 Bytes
Contents
require_relative "../lsp/server" module Standard module Runners class Lsp def call(config) standardizer = Standard::Lsp::Standardizer.new(config) Standard::Lsp::Server.start(standardizer) end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
standard-1.24.2 | lib/standard/runners/lsp.rb |
standard-1.24.1 | lib/standard/runners/lsp.rb |
standard-1.24.0 | lib/standard/runners/lsp.rb |