summaryrefslogtreecommitdiff
path: root/ale_linters/python
diff options
context:
space:
mode:
authorRichard French <richard.french.uk@googlemail.com>2019-08-15 16:36:11 +0100
committerRichard French <richard.french.uk@googlemail.com>2019-08-15 16:36:11 +0100
commit266fa1c0a4e9668587adab00f705bb14d92a5425 (patch)
treed72a5085568fc255a437dc7de4d01e7bd96d8f89 /ale_linters/python
parent28c93ab1854ef41a46855401cc4addbaf7dfb9d4 (diff)
downloadale-266fa1c0a4e9668587adab00f705bb14d92a5425.zip
mypy linter capture stderr for error reporting in ALEInfo
Diffstat (limited to 'ale_linters/python')
-rw-r--r--ale_linters/python/mypy.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/ale_linters/python/mypy.vim b/ale_linters/python/mypy.vim
index c4c6507f..dc4044e6 100644
--- a/ale_linters/python/mypy.vim
+++ b/ale_linters/python/mypy.vim
@@ -78,4 +78,5 @@ call ale#linter#Define('python', {
\ 'executable': function('ale_linters#python#mypy#GetExecutable'),
\ 'command': function('ale_linters#python#mypy#GetCommand'),
\ 'callback': 'ale_linters#python#mypy#Handle',
+\ 'output_stream': 'both'
\})