Merge pull request #1745 from sharils/master
Work around hot-reloading issue again
This commit is contained in:
commit
11339ca730
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ endfunction
|
|||
call ale#linter#Define('elixir', {
|
||||
\ 'name': 'dialyxir',
|
||||
\ 'executable': 'mix',
|
||||
\ 'command': 'mix dialyzer',
|
||||
\ 'command': 'mix help dialyzer && mix dialyzer',
|
||||
\ 'callback': 'ale_linters#elixir#dialyxir#Handle',
|
||||
\})
|
||||
|
||||
|
|
Reference in a new issue