mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 12:44:23 +08:00
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
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:
committed by
GitHub
parent
4fca3824cc
commit
898638abe5
@@ -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'],
|
||||||
\})
|
\})
|
||||||
|
|||||||
Reference in New Issue
Block a user