Skip to content

Commit

Permalink
Add erlang-ls as an alias for erlang_ls linter (#4852)
Browse files Browse the repository at this point in the history
The project itself is often referred to as Erlang LS, so erlang-ls would
be a suitable alias.
  • Loading branch information
dmitrivereshchagin authored Nov 9, 2024
1 parent 4fca382 commit 898638a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ale_linters/erlang/erlang_ls.vim
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,5 @@ call ale#linter#Define('erlang', {
\ 'command': function('s:GetCommand'),
\ 'lsp': 'stdio',
\ 'project_root': function('s:FindProjectRoot'),
\ 'aliases': ['erlang-ls'],
\})

0 comments on commit 898638a

Please sign in to comment.