erlang-ls / erlang_ls

The Erlang Language Server
https://erlang-ls.github.io/
Apache License 2.0
626 stars 136 forks source link

Upgrade elvis_core to 3.2.2 #1507

Closed rlipscombe closed 4 months ago

rlipscombe commented 5 months ago

The version of elvis_core included in erlang_ls is kinda old, and doesn't support some of the newer rules. So I upgraded it.

plux commented 5 months ago

Seems like it fails to compile on OTP 23. I think it is probably time to drop support for OTP 23, this means updating the vscode-extension to use a newer erlang version as well.

plux commented 5 months ago

We have now dropped OTP 23 support. Would you please rebase on latest main?

plux commented 4 months ago

This is now handled in https://github.com/erlang-ls/erlang_ls/pull/1522