Close #908 - Report phpcs problems as style problems

This commit is contained in:
w0rp
2019-05-14 22:58:58 +01:00
parent 381fe1badf
commit 4234d39d87
3 changed files with 20 additions and 7 deletions

View File

@@ -36,6 +36,7 @@ function! ale_linters#php#phpcs#Handle(buffer, lines) abort
\ 'col': l:match[2] + 0,
\ 'text': l:text,
\ 'type': l:type is# 'error' ? 'E' : 'W',
\ 'sub_type': 'style',
\})
endfor