Remove many redundant handlers

This commit is contained in:
Bjorn Neergaard
2016-10-11 09:22:47 -05:00
parent d8d08de26c
commit c290e2cd60
7 changed files with 10 additions and 230 deletions

View File

@@ -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