2018-01-27 11:40:40 +00:00
|
|
|
" Author: Cian Butler https://github.com/butlerx
|
|
|
|
" Description: msgfmt for PO files
|
|
|
|
|
|
|
|
call ale#linter#Define('po', {
|
|
|
|
\ 'name': 'msgfmt',
|
|
|
|
\ 'executable': 'msgfmt',
|
|
|
|
\ 'output_stream': 'stderr',
|
2018-03-21 08:21:20 +00:00
|
|
|
\ 'command': 'msgfmt --statistics --output-file=- %t',
|
2018-01-27 11:40:40 +00:00
|
|
|
\ 'callback': 'ale#handlers#unix#HandleAsWarning',
|
|
|
|
\})
|