From 572c877a694a6e7c94bd2a252aafb9b67c568914 Mon Sep 17 00:00:00 2001 From: Bjorn Neergaard Date: Tue, 11 Oct 2016 09:42:50 -0500 Subject: Default handlers to warning --- ale_linters/yaml/yamllint.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ale_linters/yaml/yamllint.vim') diff --git a/ale_linters/yaml/yamllint.vim b/ale_linters/yaml/yamllint.vim index 4b0c8def..694d5115 100644 --- a/ale_linters/yaml/yamllint.vim +++ b/ale_linters/yaml/yamllint.vim @@ -32,7 +32,7 @@ function! ale_linters#yaml#yamllint#Handle(buffer, lines) \ 'vcol': 0, \ 'col': l:col, \ 'text': l:text, - \ 'type': l:type ==# 'warning' ? 'W' : 'E', + \ 'type': l:type ==# 'error' ? 'E' : 'W', \ 'nr': -1, \}) endfor -- cgit v1.2.3