mirror of
https://github.com/dense-analysis/ale.git
synced 2026-01-10 13:32:34 +08:00
Missing warning level 'suggestion' for vale
Vale can also, optionally, raise suggestions. These weren't covered yet.
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
function! ale#handlers#vale#GetType(severity) abort
|
||||
if a:severity is? 'warning'
|
||||
return 'W'
|
||||
elseif a:severity is? 'suggestion'
|
||||
return 'I'
|
||||
endif
|
||||
|
||||
return 'E'
|
||||
|
||||
Reference in New Issue
Block a user