summaryrefslogtreecommitdiff
path: root/ale_linters
diff options
context:
space:
mode:
authorw0rp <w0rp@users.noreply.github.com>2017-11-11 23:47:11 +0000
committerGitHub <noreply@github.com>2017-11-11 23:47:11 +0000
commit3111c6c1ca22e759ea0a8dd4ac9f5d048cbcef24 (patch)
tree6fd1d1c495ed438aa6f2f31af2c8e952e5b6df55 /ale_linters
parentf6ac8a9eb9f2960747a2685be5e7d5ec4650b2d2 (diff)
parent4d44996af618bf3907370e45a1e875e3802398d0 (diff)
downloadale-3111c6c1ca22e759ea0a8dd4ac9f5d048cbcef24.zip
Merge pull request #1111 from elebow/perlcritic-only-warnings
Perlcritic: All issues are warnings
Diffstat (limited to 'ale_linters')
-rw-r--r--ale_linters/perl/perlcritic.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/ale_linters/perl/perlcritic.vim b/ale_linters/perl/perlcritic.vim
index df2f8b23..24f7eb86 100644
--- a/ale_linters/perl/perlcritic.vim
+++ b/ale_linters/perl/perlcritic.vim
@@ -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