ruby-lsp
ruby-lsp copied to clipboard
Update all of these to use regular requires?
https://github.com/Shopify/ruby-lsp/pull/1833/files
I know it's not related to this PR, but can we please update all of these to use regular requires? The
libdirectory gets inserted into the$LOAD_PATHa few lines above, there's no need to use relative requires.
Originally posted by @vinistock in https://github.com/Shopify/ruby-lsp/pull/1833#discussion_r1539737137