Add erlang-ls as an alias for erlang_ls linter (#4852)
Some checks failed
CI / build_image (push) Has been cancelled
CI / test_ale (--linters-only) (push) Has been cancelled
CI / test_ale (--neovim-06-only) (push) Has been cancelled
CI / test_ale (--neovim-08-only) (push) Has been cancelled
CI / test_ale (--vim-80-only) (push) Has been cancelled
CI / test_ale (--vim-90-only) (push) Has been cancelled

The project itself is often referred to as Erlang LS, so erlang-ls would
be a suitable alias.
This commit is contained in:
Dmitri Vereshchagin
2024-11-09 09:51:54 +03:00
committed by GitHub
parent 4fca3824cc
commit 898638abe5

View File

@@ -53,4 +53,5 @@ call ale#linter#Define('erlang', {
\ 'command': function('s:GetCommand'), \ 'command': function('s:GetCommand'),
\ 'lsp': 'stdio', \ 'lsp': 'stdio',
\ 'project_root': function('s:FindProjectRoot'), \ 'project_root': function('s:FindProjectRoot'),
\ 'aliases': ['erlang-ls'],
\}) \})