Add erlang-ls as an alias for erlang_ls linter (#4852)

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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

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'],
\}) \})