2018-01-27 06:40:40 -05: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 04:21:20 -04:00
|
|
|
\ 'command': 'msgfmt --statistics --output-file=- %t',
|
2018-01-27 06:40:40 -05:00
|
|
|
\ 'callback': 'ale#handlers#unix#HandleAsWarning',
|
|
|
|
\})
|