mirror of https://github.com/dense-analysis/ale
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:
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'],
|
||||||
\})
|
\})
|
||||||
|
|
Loading…
Reference in New Issue