mirror of
https://github.com/dense-analysis/ale.git
synced 2026-01-01 00:53:29 +08:00
Add support for error details
Some review needed.
This commit is contained in:
@@ -25,6 +25,7 @@ function! ale_linters#elm#make#Handle(buffer, lines) abort
|
||||
\ 'col': l:error.region.start.column,
|
||||
\ 'type': (l:error.type ==? 'error') ? 'E' : 'W',
|
||||
\ 'text': l:error.overview,
|
||||
\ 'detail': l:error.overview . "\n\n" . l:error.details
|
||||
\})
|
||||
endif
|
||||
endfor
|
||||
|
||||
Reference in New Issue
Block a user