From c290e2cd602a20f71880ea1d210797fad2db8000 Mon Sep 17 00:00:00 2001 From: Bjorn Neergaard Date: Tue, 11 Oct 2016 09:22:47 -0500 Subject: Remove many redundant handlers --- ale_linters/php/phpcs.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ale_linters/php') diff --git a/ale_linters/php/phpcs.vim b/ale_linters/php/phpcs.vim index 67ac6b5a..a028964d 100644 --- a/ale_linters/php/phpcs.vim +++ b/ale_linters/php/phpcs.vim @@ -42,7 +42,7 @@ function! ale_linters#php#phpcs#Handle(buffer, lines) \ 'vcol': 0, \ 'col': l:match[2] + 0, \ 'text': l:text, - \ 'type': l:type ==# 'warning' ? 'W' : 'E', + \ 'type': l:type ==# 'error' ? 'E' : 'W', \ 'nr': -1, \}) endfor -- cgit v1.2.3