mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-07 21:24:33 +08:00
fix: po msgfmt output to stdout (#1435)
This commit is contained in:
@@ -5,6 +5,6 @@ call ale#linter#Define('po', {
|
|||||||
\ 'name': 'msgfmt',
|
\ 'name': 'msgfmt',
|
||||||
\ 'executable': 'msgfmt',
|
\ 'executable': 'msgfmt',
|
||||||
\ 'output_stream': 'stderr',
|
\ 'output_stream': 'stderr',
|
||||||
\ 'command': 'msgfmt --statistics %t',
|
\ 'command': 'msgfmt --statistics --output-file=- %t',
|
||||||
\ 'callback': 'ale#handlers#unix#HandleAsWarning',
|
\ 'callback': 'ale#handlers#unix#HandleAsWarning',
|
||||||
\})
|
\})
|
||||||
|
|||||||
Reference in New Issue
Block a user