Merge pull request #1111 from elebow/perlcritic-only-warnings

Perlcritic: All issues are warnings
This commit is contained in:
w0rp
2017-11-11 23:47:11 +00:00
committed by GitHub
2 changed files with 21 additions and 0 deletions

View File

@@ -61,6 +61,7 @@ function! ale_linters#perl#perlcritic#Handle(buffer, lines) abort
\ 'lnum': l:match[1],
\ 'col': l:match[2],
\ 'text': l:match[3],
\ 'type': 'W'
\})
endfor